Html Css Color HEX #555A03 Verdun Green

📋 copy color: '#555A03'

red 85 ◦ green 90 ◦ blue 3

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

Shades of Verdun Green #555A03

Tints of Verdun Green #555A03

RGB

 RED value IS 85 (33.59% from 255) = 47.75%

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 47.75%
G = 50.56%
B = 1.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#555A03 (or 0x555A03) is known color: Verdun Green. HEX triplet: 55, 5A and 03. RGB value is (85,90,3). Sum of RGB (Red+Green+Blue) = 85+90+3=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #555A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A03 is #AAA5FC. Grayscale: #4E4E4E. Windows color (decimal): -11183613 or 219733. OLE color: 219733.

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

Color convert

RGB 85 90 3 -
CMYK 0.06 0 0.97 0.65
HSL 63.45º 0.94% 0.18% -
HSV(B) 63.45º 0.97% 0.35% -
XYZ 7.42 9.25 1.48 -
YUV 78.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 85 90 3 0.06 0 0.97 0.65 63.45 0.94 0.18
Hex 55 5A 3 6 0 61 41 3F 5E 12
Octal 125 132 3 6 0 141 101 77 136 22
Binary 1010101 1011010 11 110 0 1100001 1000001 111111 1011110 10010

Color Harmonies of #555A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A03

Black with #555A03

Text Example


Text Example

White with #555A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A03; }

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

 H1.HeaderClassName
 {
   color: #555A03;
 }
 .AnyTagClassName
 {
   color: #555A03;
 }
</style>

background-color css

<style>
 a { background-color: #555A03; }

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

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

border-color css

<style>
 span { border-color: #555A03; }

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

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