Html Css Color HEX #555A09 Verdun Green

📋 copy color: '#555A09'

red 85 ◦ green 90 ◦ blue 9

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

Shades of Verdun Green #555A09

Tints of Verdun Green #555A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.89%

R = 46.2%
G = 48.91%
B = 4.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#555A09 (or 0x555A09) is known color: Verdun Green. HEX triplet: 55, 5A and 09. RGB value is (85,90,9). Sum of RGB (Red+Green+Blue) = 85+90+9=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #555A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A09 is #AAA5F6. Grayscale: #4F4F4F. Windows color (decimal): -11183607 or 612949. OLE color: 612949.

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

Color convert

RGB 85 90 9 -
CMYK 0.06 0 0.9 0.65
HSL 63.7º 0.82% 0.19% -
HSV(B) 63.7º 0.9% 0.35% -
XYZ 7.45 9.26 1.65 -
YUV 79.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 85 90 9 0.06 0 0.9 0.65 63.7 0.82 0.19
Hex 55 5A 9 6 0 5A 41 40 52 13
Octal 125 132 11 6 0 132 101 100 122 23
Binary 1010101 1011010 1001 110 0 1011010 1000001 1000000 1010010 10011

Color Harmonies of #555A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A09

Black with #555A09

Text Example


Text Example

White with #555A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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