Html Css Color HEX #555912 Verdun Green

📋 copy color: '#555912'

red 85 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #555912

Tints of Verdun Green #555912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 44.27%
G = 46.35%
B = 9.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#555912 (or 0x555912) is known color: Verdun Green. HEX triplet: 55, 59 and 12. RGB value is (85,89,18). Sum of RGB (Red+Green+Blue) = 85+89+18=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #555912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555912 is #AAA6ED. Grayscale: #4F4F4F. Windows color (decimal): -11183854 or 1202517. OLE color: 1202517.

HSL color Cylindrical-coordinate representation of color #555912: hue angle of 63.38º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555912 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 18 -
CMYK 0.04 0 0.80 0.65
HSL 63.38º 0.66% 0.21% -
HSV(B) 63.38º 0.8% 0.35% -
XYZ 7.43 9.12 1.94 -
YUV 79.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 85 89 18 0.04 0 0.80 0.65 63.38 0.66 0.21
Hex 55 59 12 4 0 50 41 3F 42 15
Octal 125 131 22 4 0 120 101 77 102 25
Binary 1010101 1011001 10010 100 0 1010000 1000001 111111 1000010 10101

Color Harmonies of #555912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555912

Black with #555912

Text Example


Text Example

White with #555912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555912; }

 p { color: rgb(85,89,18); }

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

background-color css

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

 a { background-color: rgb(85,89,18); }

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

border-color css

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

 span { border-color: rgb(85,89,18); }

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