Html Css Color HEX #555009 Verdun Green

📋 copy color: '#555009'

red 85 ◦ green 80 ◦ blue 9

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

Shades of Verdun Green #555009

Tints of Verdun Green #555009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

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

R = 48.85%
G = 45.98%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#555009 (or 0x555009) is known color: Verdun Green. HEX triplet: 55, 50 and 09. RGB value is (85,80,9). Sum of RGB (Red+Green+Blue) = 85+80+9=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #555009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555009 is #AAAFF6. Grayscale: #494949. Windows color (decimal): -11186167 or 610389. OLE color: 610389.

HSL color Cylindrical-coordinate representation of color #555009: hue angle of 56.05º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555009 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 9 -
CMYK 0 0.06 0.89 0.67
HSL 56.05º 0.81% 0.18% -
HSV(B) 56.05º 0.89% 0.33% -
XYZ 6.66 7.69 1.39 -
YUV 73.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 85 80 9 0 0.06 0.89 0.67 56.05 0.81 0.18
Hex 55 50 9 0 6 59 43 38 51 12
Octal 125 120 11 0 6 131 103 70 121 22
Binary 1010101 1010000 1001 0 110 1011001 1000011 111000 1010001 10010

Color Harmonies of #555009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555009

Black with #555009

Text Example


Text Example

White with #555009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555009; }

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

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

background-color css

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

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

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

border-color css

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

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

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