#718433

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

Shades of Olive Drab #718433

Tints of Olive Drab #718433

Color information

#718433 (or 0x718433) is unknown color: approx Olive Drab. HEX triplet: 71, 84 and 33. RGB value is (113,132,51). Sum of RGB (Red+Green+Blue) = 113+132+51=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #718433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718433 is #8E7BCC. Grayscale: #757575. Windows color (decimal): -9337805 or 3376241. OLE color: 3376241.

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

Color convert

RGB11313251-
CMYK0.1400.610.48
HSL74.07º44.26%35.88%-
HSV(B)74.07º61.36%51.76%-
XYZ15.6620.256.22-
YUV117.0890.71125.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=38.18%
G=44.59%
B=17.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132510.1400.610.4874.0744.2635.88
Hex718433E03D304a2c24
Octal1612046316075601125444
Binary111000110000100110011111001111011100001001010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718433; }

 p { color: rgb(113,132,51); }

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

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

 a { background-color: rgb(113,132,51); }

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

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

 span { border-color: rgb(113,132,51); }

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