#605D00

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

Shades of Verdun Green #605D00

Tints of Verdun Green #605D00

Color information

#605D00 (or 0x605D00) is unknown color: approx Verdun Green. HEX triplet: 60, 5D and 00. RGB value is (96,93,0). Sum of RGB (Red+Green+Blue) = 96+93+0=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #605D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D00 is #9FA2FF. Grayscale: #535353. Windows color (decimal): -10461952 or 23904. OLE color: 23904.

HSL color Cylindrical-coordinate representation of color #605D00: hue angle of 58.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #605D00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96930-
CMYK00.0310.62
HSL58.12º100%18.82%-
HSV(B)58.12º100%37.65%-
XYZ8.7410.321.53-
YUV83.2980.99137.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.79%
G=49.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9693000.0310.6258.1210018.82
Hex605D003643E3a6413
Octal140135003144767214423
Binary1100000101110100111100100111110111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D00; }

 p { color: rgb(96,93,0); }

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

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

 a { background-color: rgb(96,93,0); }

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

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

 span { border-color: rgb(96,93,0); }

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