Html Css Color HEX #555207 Verdun Green

📋 copy color: '#555207'

red 85 ◦ green 82 ◦ blue 7

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

Shades of Verdun Green #555207

Tints of Verdun Green #555207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

 BLUE value IS 7 (3.13% from 255) = 4.02%

R = 48.85%
G = 47.13%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#555207 (or 0x555207) is known color: Verdun Green. HEX triplet: 55, 52 and 07. RGB value is (85,82,7). Sum of RGB (Red+Green+Blue) = 85+82+7=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #555207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555207 is #AAADF8. Grayscale: #4A4A4A. Windows color (decimal): -11185657 or 479829. OLE color: 479829.

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

Color convert

RGB 85 82 7 -
CMYK 0 0.04 0.92 0.67
HSL 57.69º 0.85% 0.18% -
HSV(B) 57.69º 0.92% 0.33% -
XYZ 6.8 7.98 1.38 -
YUV 74.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 85 82 7 0 0.04 0.92 0.67 57.69 0.85 0.18
Hex 55 52 7 0 4 5C 43 3A 55 12
Octal 125 122 7 0 4 134 103 72 125 22
Binary 1010101 1010010 111 0 100 1011100 1000011 111010 1010101 10010

Color Harmonies of #555207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555207

Black with #555207

Text Example


Text Example

White with #555207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555207; }

 p { color: rgb(85,82,7); }

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

background-color css

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

 a { background-color: rgb(85,82,7); }

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

border-color css

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

 span { border-color: rgb(85,82,7); }

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