#555C0D

Color #555C0D Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555C0D

Tints of Verdun Green #555C0D

Color information

#555C0D (or 0x555C0D) is unknown color: approx Verdun Green. HEX triplet: 55, 5C and 0D. RGB value is (85,92,13). Sum of RGB (Red+Green+Blue) = 85+92+13=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #555C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555C0D is #AAA3F2. Grayscale: #515151. Windows color (decimal): -11183091 or 875605. OLE color: 875605.

HSL color Cylindrical-coordinate representation of color #555C0D: hue angle of 65.32º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #555C0D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB859213-
CMYK0.0800.860.64
HSL65.32º75.24%20.59%-
HSV(B)65.32º85.87%36.08%-
XYZ7.659.611.83-
YUV80.989.68130.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=44.74%
G=48.42%
B=6.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592130.0800.860.6465.3275.2420.59
Hex555CD805640414b15
Octal1251341510012610010111325
Binary10101011011100110110000101011010000001000001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555C0D; }

 p { color: rgb(85,92,13); }

 H1.HeaderClassName
 {
   color: #555C0D;
 }
 .AnyTagClassName
 {
   color: #555C0D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,92,13); }

 div.DivClassName
 {
   background-color: #555C0D;
 }
 .BgClassName
 {
   background-color: #555C0D;
 }
</style>
border-color css

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

 span { border-color: rgb(85,92,13); }

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