Html Css Color HEX #605A00 Verdun Green

📋 copy color: '#605A00'

red 96 ◦ green 90 ◦ blue 0

#605A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #605A00

Tints of Verdun Green #605A00

RGB

 RED value IS 96 (37.89% from 255) = 51.61%

 GREEN value IS 90 (35.55% from 255) = 48.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.61%
G = 48.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#605A00 (or 0x605A00) is known color: Verdun Green. HEX triplet: 60, 5A and 00. RGB value is (96,90,0). Sum of RGB (Red+Green+Blue) = 96+90+0=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A00 is #9FA5FF. Grayscale: #515151. Windows color (decimal): -10462720 or 23136. OLE color: 23136.

HSL color Cylindrical-coordinate representation of color #605A00: hue angle of 56.25º 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 #605A00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 90 0 -
CMYK 0 0.06 1 0.62
HSL 56.25º 1% 0.19% -
HSV(B) 56.25º 1% 0.38% -
XYZ 8.48 9.8 1.44 -
YUV 81.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 96 90 0 0 0.06 1 0.62 56.25 1 0.19
Hex 60 5A 0 0 6 64 3E 38 64 13
Octal 140 132 0 0 6 144 76 70 144 23
Binary 1100000 1011010 0 0 110 1100100 111110 111000 1100100 10011

Color Harmonies of #605A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A00

Black with #605A00

Text Example


Text Example

White with #605A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605A00;
 }
 .AnyTagClassName
 {
   color: #605A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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