Html Css Color HEX #555408 Verdun Green

📋 copy color: '#555408'

red 85 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #555408

Tints of Verdun Green #555408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 48.02%
G = 47.46%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#555408 (or 0x555408) is known color: Verdun Green. HEX triplet: 55, 54 and 08. RGB value is (85,84,8). Sum of RGB (Red+Green+Blue) = 85+84+8=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #555408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555408 is #AAABF7. Grayscale: #4B4B4B. Windows color (decimal): -11185144 or 545877. OLE color: 545877.

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

Color convert

RGB 85 84 8 -
CMYK 0 0.01 0.91 0.67
HSL 59.22º 0.83% 0.18% -
HSV(B) 59.22º 0.91% 0.33% -
XYZ 6.96 8.29 1.46 -
YUV 75.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 85 84 8 0 0.01 0.91 0.67 59.22 0.83 0.18
Hex 55 54 8 0 1 5B 43 3B 53 12
Octal 125 124 10 0 1 133 103 73 123 22
Binary 1010101 1010100 1000 0 1 1011011 1000011 111011 1010011 10010

Color Harmonies of #555408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555408

Black with #555408

Text Example


Text Example

White with #555408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555408; }

 p { color: rgb(85,84,8); }

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

background-color css

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

 a { background-color: rgb(85,84,8); }

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

border-color css

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

 span { border-color: rgb(85,84,8); }

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