Html Css Color HEX #555305 Verdun Green

📋 copy color: '#555305'

red 85 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #555305

Tints of Verdun Green #555305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.98%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 49.13%
G = 47.98%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#555305 (or 0x555305) is known color: Verdun Green. HEX triplet: 55, 53 and 05. RGB value is (85,83,5). Sum of RGB (Red+Green+Blue) = 85+83+5=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555305 is #AAACFA. Grayscale: #4B4B4B. Windows color (decimal): -11185403 or 349013. OLE color: 349013.

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

Color convert

RGB 85 83 5 -
CMYK 0 0.02 0.94 0.67
HSL 58.5º 0.89% 0.18% -
HSV(B) 58.5º 0.94% 0.33% -
XYZ 6.87 8.13 1.35 -
YUV 74.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 85 83 5 0 0.02 0.94 0.67 58.5 0.89 0.18
Hex 55 53 5 0 2 5E 43 3A 59 12
Octal 125 123 5 0 2 136 103 72 131 22
Binary 1010101 1010011 101 0 10 1011110 1000011 111010 1011001 10010

Color Harmonies of #555305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555305

Black with #555305

Text Example


Text Example

White with #555305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555305; }

 p { color: rgb(85,83,5); }

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

background-color css

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

 a { background-color: rgb(85,83,5); }

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

border-color css

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

 span { border-color: rgb(85,83,5); }

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