#718531

Color #718531 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #718531

Tints of Olive Drab #718531

Color information

#718531 (or 0x718531) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 31. RGB value is (113,133,49). Sum of RGB (Red+Green+Blue) = 113+133+49=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #718531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718531 is #8E7ACE. Grayscale: #757575. Windows color (decimal): -9337551 or 3245425. OLE color: 3245425.

HSL color Cylindrical-coordinate representation of color #718531: hue angle of 74.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718531 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB11313349-
CMYK0.1500.630.48
HSL74.29º46.15%35.69%-
HSV(B)74.29º63.16%52.16%-
XYZ15.7520.516.03-
YUV117.4489.37124.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=38.31%
G=45.08%
B=16.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133490.1500.630.4874.2946.1535.69
Hex718531F03F304a2e24
Octal1612056117077601125644
Binary111000110000101110001111101111111100001001010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718531; }

 p { color: rgb(113,133,49); }

 H1.HeaderClassName
 {
   color: #718531;
 }
 .AnyTagClassName
 {
   color: #718531;
 }
</style>
background-color css

<style>
 a { background-color: #718531; }

 a { background-color: rgb(113,133,49); }

 div.DivClassName
 {
   background-color: #718531;
 }
 .BgClassName
 {
   background-color: #718531;
 }
</style>
border-color css

<style>
 span { border-color: #718531; }

 span { border-color: rgb(113,133,49); }

 td.TdClassName
 {
   border-color: #718531;
 }
 .TagClassName
 {
   border-color: #718531;
 }
</style>