#859172

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

Shades of Camouflage Green #859172

Tints of Camouflage Green #859172

Color information

#859172 (or 0x859172) is unknown color: approx Camouflage Green. HEX triplet: 85, 91 and 72. RGB value is (133,145,114). Sum of RGB (Red+Green+Blue) = 133+145+114=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #859172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859172 is #7A6E8D. Grayscale: #898989. Windows color (decimal): -8023694 or 7508357. OLE color: 7508357.

HSL color Cylindrical-coordinate representation of color #859172: hue angle of 83.23º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #859172 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB133145114-
CMYK0.0800.210.43
HSL83.23º12.35%50.78%-
HSV(B)83.23º21.38%56.86%-
XYZ22.8426.4519.82-
YUV137.88114.52124.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=33.93%
G=36.99%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451140.0800.210.4383.2312.3550.78
Hex85917280152B53c33
Octal20522116210025531231463
Binary10000101100100011110010100001010110101110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859172; }

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

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

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

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

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

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

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

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