#859372

Color #859372 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #859372

Tints of Camouflage Green #859372

Color information

#859372 (or 0x859372) is unknown color: approx Camouflage Green. HEX triplet: 85, 93 and 72. RGB value is (133,147,114). Sum of RGB (Red+Green+Blue) = 133+147+114=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #859372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859372 is #7A6C8D. Grayscale: #8B8B8B. Windows color (decimal): -8023182 or 7508869. OLE color: 7508869.

HSL color Cylindrical-coordinate representation of color #859372: hue angle of 85.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #859372 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB133147114-
CMYK0.1000.220.42
HSL85.45º13.25%51.18%-
HSV(B)85.45º22.45%57.65%-
XYZ23.1427.0719.92-
YUV139.05113.86123.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=33.76%
G=37.31%
B=28.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471140.1000.220.4285.4513.2551.18
Hex859372A0162A55d33
Octal20522316212026521251563
Binary10000101100100111110010101001011010101010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859372; }

 p { color: rgb(133,147,114); }

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

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

 a { background-color: rgb(133,147,114); }

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

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

 span { border-color: rgb(133,147,114); }

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