#538106

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

Shades of Olive Drab #538106

Tints of Olive Drab #538106

Color information

#538106 (or 0x538106) is unknown color: approx Olive Drab. HEX triplet: 53, 81 and 06. RGB value is (83,129,6). Sum of RGB (Red+Green+Blue) = 83+129+6=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #538106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538106 is #AC7EF9. Grayscale: #656565. Windows color (decimal): -11304698 or 426323. OLE color: 426323.

HSL color Cylindrical-coordinate representation of color #538106: hue angle of 82.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #538106 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB831296-
CMYK0.3600.950.49
HSL82.44º91.11%26.47%-
HSV(B)82.44º95.35%50.59%-
XYZ11.4517.552.96-
YUV101.2274.26115-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 129 (50.78% from 255) = 59.17%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=38.07%
G=59.17%
B=2.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8312960.3600.950.4982.4491.1126.47
Hex538162405F31525b1a
Octal12320164401376112213332
Binary101001110000001110100100010111111100011010010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538106; }

 p { color: rgb(83,129,6); }

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

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

 a { background-color: rgb(83,129,6); }

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

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

 span { border-color: rgb(83,129,6); }

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