Html Css Color HEX #5A5D04 Verdun Green

📋 copy color: '#5A5D04'

red 90 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #5A5D04

Tints of Verdun Green #5A5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 49.73%

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 48.13%
G = 49.73%
B = 2.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5A5D04 (or 0x5A5D04) is known color: Verdun Green. HEX triplet: 5A, 5D and 04. RGB value is (90,93,4). Sum of RGB (Red+Green+Blue) = 90+93+4=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5D04 is #A5A2FB. Grayscale: #525252. Windows color (decimal): -10855164 or 286042. OLE color: 286042.

HSL color Cylindrical-coordinate representation of color #5A5D04: hue angle of 62.02º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A5D04 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 93 4 -
CMYK 0.03 0 0.96 0.64
HSL 62.02º 0.92% 0.19% -
HSV(B) 62.02º 0.96% 0.36% -
XYZ 8.15 10.01 1.62 -
YUV 81.96 84.01 133.74 -
System Red Green Blue C M Y K H S L
Decimal 90 93 4 0.03 0 0.96 0.64 62.02 0.92 0.19
Hex 5A 5D 4 3 0 60 40 3E 5C 13
Octal 132 135 4 3 0 140 100 76 134 23
Binary 1011010 1011101 100 11 0 1100000 1000000 111110 1011100 10011

Color Harmonies of #5A5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5D04

Black with #5A5D04

Text Example


Text Example

White with #5A5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,93,4); }

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

background-color css

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

 a { background-color: rgb(90,93,4); }

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

border-color css

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

 span { border-color: rgb(90,93,4); }

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