Html Css Color HEX #5A5502 Verdun Green

📋 copy color: '#5A5502'

red 90 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #5A5502

Tints of Verdun Green #5A5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 50.85%
G = 48.02%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#5A5502 (or 0x5A5502) is known color: Verdun Green. HEX triplet: 5A, 55 and 02. RGB value is (90,85,2). Sum of RGB (Red+Green+Blue) = 90+85+2=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5502 is #A5AAFD. Grayscale: #4D4D4D. Windows color (decimal): -10857214 or 152922. OLE color: 152922.

HSL color Cylindrical-coordinate representation of color #5A5502: hue angle of 56.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A5502 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 85 2 -
CMYK 0 0.06 0.98 0.65
HSL 56.59º 0.96% 0.18% -
HSV(B) 56.59º 0.98% 0.35% -
XYZ 7.48 8.68 1.34 -
YUV 77.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 90 85 2 0 0.06 0.98 0.65 56.59 0.96 0.18
Hex 5A 55 2 0 6 62 41 39 60 12
Octal 132 125 2 0 6 142 101 71 140 22
Binary 1011010 1010101 10 0 110 1100010 1000001 111001 1100000 10010

Color Harmonies of #5A5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5502

Black with #5A5502

Text Example


Text Example

White with #5A5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,2); }

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

background-color css

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

 a { background-color: rgb(90,85,2); }

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

border-color css

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

 span { border-color: rgb(90,85,2); }

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