#859474

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

Shades of Camouflage Green #859474

Tints of Camouflage Green #859474

Color information

#859474 (or 0x859474) is unknown color: approx Camouflage Green. HEX triplet: 85, 94 and 74. RGB value is (133,148,116). Sum of RGB (Red+Green+Blue) = 133+148+116=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #859474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859474 is #7A6B8B. Grayscale: #8B8B8B. Windows color (decimal): -8022924 or 7640197. OLE color: 7640197.

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

Color convert

RGB133148116-
CMYK0.1000.220.42
HSL88.12º13.01%51.76%-
HSV(B)88.12º21.62%58.04%-
XYZ23.4227.4320.58-
YUV139.87114.53123.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=33.50%
G=37.28%
B=29.22%

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
Decimal1331481160.1000.220.4288.1213.0151.76
Hex859474A0162A58d34
Octal20522416412026521301564
Binary10000101100101001110100101001011010101010110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859474; }

 p { color: rgb(133,148,116); }

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

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

 a { background-color: rgb(133,148,116); }

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

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

 span { border-color: rgb(133,148,116); }

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