#718232

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

Shades of Olive Drab #718232

Tints of Olive Drab #718232

Color information

#718232 (or 0x718232) is unknown color: approx Olive Drab. HEX triplet: 71, 82 and 32. RGB value is (113,130,50). Sum of RGB (Red+Green+Blue) = 113+130+50=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #718232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718232 is #8E7DCD. Grayscale: #747474. Windows color (decimal): -9338318 or 3310193. OLE color: 3310193.

HSL color Cylindrical-coordinate representation of color #718232: hue angle of 72.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718232 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB11313050-
CMYK0.1300.620.49
HSL72.75º44.44%35.29%-
HSV(B)72.75º61.54%50.98%-
XYZ15.3719.716.01-
YUV115.890.87126-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=38.57%
G=44.37%
B=17.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130500.1300.620.4972.7544.4435.29
Hex718232D03E31492c23
Octal1612026215076611115443
Binary111000110000010110010110101111101100011001001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718232; }

 p { color: rgb(113,130,50); }

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

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

 a { background-color: rgb(113,130,50); }

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

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

 span { border-color: rgb(113,130,50); }

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