Html Css Color HEX #555707 Verdun Green

📋 copy color: '#555707'

red 85 ◦ green 87 ◦ blue 7

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

Shades of Verdun Green #555707

Tints of Verdun Green #555707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.6%

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

R = 47.49%
G = 48.6%
B = 3.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#555707 (or 0x555707) is known color: Verdun Green. HEX triplet: 55, 57 and 07. RGB value is (85,87,7). Sum of RGB (Red+Green+Blue) = 85+87+7=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #555707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555707 is #AAA8F8. Grayscale: #4D4D4D. Windows color (decimal): -11184377 or 481109. OLE color: 481109.

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

Color convert

RGB 85 87 7 -
CMYK 0.02 0 0.92 0.66
HSL 61.5º 0.85% 0.18% -
HSV(B) 61.5º 0.92% 0.34% -
XYZ 7.19 8.76 1.51 -
YUV 77.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 85 87 7 0.02 0 0.92 0.66 61.5 0.85 0.18
Hex 55 57 7 2 0 5C 42 3E 55 12
Octal 125 127 7 2 0 134 102 76 125 22
Binary 1010101 1010111 111 10 0 1011100 1000010 111110 1010101 10010

Color Harmonies of #555707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555707

Black with #555707

Text Example


Text Example

White with #555707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555707; }

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

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

background-color css

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

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

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

border-color css

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

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

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