Html Css Color HEX #5A6201 Verdun Green

📋 copy color: '#5A6201'

red 90 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #5A6201

Tints of Verdun Green #5A6201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 47.62%
G = 51.85%
B = 0.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#5A6201 (or 0x5A6201) is known color: Verdun Green. HEX triplet: 5A, 62 and 01. RGB value is (90,98,1). Sum of RGB (Red+Green+Blue) = 90+98+1=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6201 is #A59DFE. Grayscale: #545454. Windows color (decimal): -10853887 or 90714. OLE color: 90714.

HSL color Cylindrical-coordinate representation of color #5A6201: hue angle of 64.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A6201 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 1 -
CMYK 0.08 0 0.99 0.62
HSL 64.95º 0.98% 0.19% -
HSV(B) 64.95º 0.99% 0.38% -
XYZ 8.59 10.91 1.68 -
YUV 84.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 90 98 1 0.08 0 0.99 0.62 64.95 0.98 0.19
Hex 5A 62 1 8 0 63 3E 41 62 13
Octal 132 142 1 10 0 143 76 101 142 23
Binary 1011010 1100010 1 1000 0 1100011 111110 1000001 1100010 10011

Color Harmonies of #5A6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6201

Black with #5A6201

Text Example


Text Example

White with #5A6201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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