#576202

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

Shades of Verdun Green #576202

Tints of Verdun Green #576202

Color information

#576202 (or 0x576202) is unknown color: approx Verdun Green. HEX triplet: 57, 62 and 02. RGB value is (87,98,2). Sum of RGB (Red+Green+Blue) = 87+98+2=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #576202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576202 is #A89DFD. Grayscale: #545454. Windows color (decimal): -11050494 or 156247. OLE color: 156247.

HSL color Cylindrical-coordinate representation of color #576202: hue angle of 66.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #576202 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB87982-
CMYK0.1100.980.62
HSL66.88º96%19.61%-
HSV(B)66.88º97.96%38.43%-
XYZ8.3110.771.7-
YUV83.7781.86130.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=46.52%
G=52.41%
B=1.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal879820.1100.980.6266.889619.61
Hex57622B0623E436014
Octal12714221301427610314024
Binary10101111100010101011011000101111101000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576202; }

 p { color: rgb(87,98,2); }

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

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

 a { background-color: rgb(87,98,2); }

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

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

 span { border-color: rgb(87,98,2); }

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