#575C06

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

Shades of Verdun Green #575C06

Tints of Verdun Green #575C06

Color information

#575C06 (or 0x575C06) is unknown color: approx Verdun Green. HEX triplet: 57, 5C and 06. RGB value is (87,92,6). Sum of RGB (Red+Green+Blue) = 87+92+6=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #575C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575C06 is #A8A3F9. Grayscale: #515151. Windows color (decimal): -11052026 or 416855. OLE color: 416855.

HSL color Cylindrical-coordinate representation of color #575C06: hue angle of 63.49º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #575C06 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB87926-
CMYK0.0500.930.64
HSL63.49º87.76%19.22%-
HSV(B)63.49º93.48%36.08%-
XYZ7.799.691.63-
YUV80.785.84132.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 92 (36.33% from 255) = 49.73%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=47.03%
G=49.73%
B=3.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal879260.0500.930.6463.4987.7619.22
Hex575C6505D403f5813
Octal1271346501351007713023
Binary10101111011100110101010111011000000111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575C06; }

 p { color: rgb(87,92,6); }

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

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

 a { background-color: rgb(87,92,6); }

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

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

 span { border-color: rgb(87,92,6); }

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