Html Css Color HEX #555703 Verdun Green

📋 copy color: '#555703'

red 85 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #555703

Tints of Verdun Green #555703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.71%

R = 48.57%
G = 49.71%
B = 1.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#555703 (or 0x555703) is known color: Verdun Green. HEX triplet: 55, 57 and 03. RGB value is (85,87,3). Sum of RGB (Red+Green+Blue) = 85+87+3=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #555703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555703 is #AAA8FC. Grayscale: #4D4D4D. Windows color (decimal): -11184381 or 218965. OLE color: 218965.

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

Color convert

RGB 85 87 3 -
CMYK 0.02 0 0.97 0.66
HSL 61.43º 0.93% 0.18% -
HSV(B) 61.43º 0.97% 0.34% -
XYZ 7.17 8.75 1.4 -
YUV 76.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 85 87 3 0.02 0 0.97 0.66 61.43 0.93 0.18
Hex 55 57 3 2 0 61 42 3D 5D 12
Octal 125 127 3 2 0 141 102 75 135 22
Binary 1010101 1010111 11 10 0 1100001 1000010 111101 1011101 10010

Color Harmonies of #555703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555703

Black with #555703

Text Example


Text Example

White with #555703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555703; }

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

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

background-color css

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

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

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

border-color css

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

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

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