Html Css Color HEX #555006 Verdun Green

📋 copy color: '#555006'

red 85 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #555006

Tints of Verdun Green #555006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 49.71%
G = 46.78%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#555006 (or 0x555006) is known color: Verdun Green. HEX triplet: 55, 50 and 06. RGB value is (85,80,6). Sum of RGB (Red+Green+Blue) = 85+80+6=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #555006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555006 is #AAAFF9. Grayscale: #494949. Windows color (decimal): -11186170 or 413781. OLE color: 413781.

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

Color convert

RGB 85 80 6 -
CMYK 0 0.06 0.93 0.67
HSL 56.2º 0.87% 0.18% -
HSV(B) 56.2º 0.93% 0.33% -
XYZ 6.65 7.68 1.3 -
YUV 73.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 85 80 6 0 0.06 0.93 0.67 56.2 0.87 0.18
Hex 55 50 6 0 6 5D 43 38 57 12
Octal 125 120 6 0 6 135 103 70 127 22
Binary 1010101 1010000 110 0 110 1011101 1000011 111000 1010111 10010

Color Harmonies of #555006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555006

Black with #555006

Text Example


Text Example

White with #555006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555006; }

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

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

background-color css

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

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

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

border-color css

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

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

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