Html Css Color HEX #5A6200 Verdun Green

📋 copy color: '#5A6200'

red 90 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #5A6200

Tints of Verdun Green #5A6200

RGB

 RED value IS 90 (35.55% from 255) = 47.87%

 GREEN value IS 98 (38.67% from 255) = 52.13%

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

R = 47.87%
G = 52.13%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#5A6200 (or 0x5A6200) is known color: Verdun Green. HEX triplet: 5A, 62 and 00. RGB value is (90,98,0). Sum of RGB (Red+Green+Blue) = 90+98+0=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6200 is #A59DFF. Grayscale: #545454. Windows color (decimal): -10853888 or 25178. OLE color: 25178.

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

Color convert

RGB 90 98 0 -
CMYK 0.08 0 1 0.62
HSL 64.9º 1% 0.19% -
HSV(B) 64.9º 1% 0.38% -
XYZ 8.58 10.91 1.65 -
YUV 84.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 90 98 0 0.08 0 1 0.62 64.9 1 0.19
Hex 5A 62 0 8 0 64 3E 41 64 13
Octal 132 142 0 10 0 144 76 101 144 23
Binary 1011010 1100010 0 1000 0 1100100 111110 1000001 1100100 10011

Color Harmonies of #5A6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6200

Black with #5A6200

Text Example


Text Example

White with #5A6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6200; }

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

 H1.HeaderClassName
 {
   color: #5A6200;
 }
 .AnyTagClassName
 {
   color: #5A6200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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