#54550C

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

Shades of Verdun Green #54550C

Tints of Verdun Green #54550C

Color information

#54550C (or 0x54550C) is unknown color: approx Verdun Green. HEX triplet: 54, 55 and 0C. RGB value is (84,85,12). Sum of RGB (Red+Green+Blue) = 84+85+12=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #54550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54550C is #ABAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11250420 or 808276. OLE color: 808276.

HSL color Cylindrical-coordinate representation of color #54550C: hue angle of 60.82º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54550C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB848512-
CMYK0.0100.860.67
HSL60.82º75.26%19.02%-
HSV(B)60.82º85.88%33.33%-
XYZ6.978.411.6-
YUV76.3891.67133.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=46.41%
G=46.96%
B=6.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485120.0100.860.6760.8275.2619.02
Hex5455C1056433d4b13
Octal12412514101261037511323
Binary1010100101010111001010101101000011111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54550C; }

 p { color: rgb(84,85,12); }

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

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

 a { background-color: rgb(84,85,12); }

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

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

 span { border-color: rgb(84,85,12); }

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