#53550C

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

Shades of Verdun Green #53550C

Tints of Verdun Green #53550C

Color information

#53550C (or 0x53550C) is unknown color: approx Verdun Green. HEX triplet: 53, 55 and 0C. RGB value is (83,85,12). Sum of RGB (Red+Green+Blue) = 83+85+12=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #53550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53550C is #ACAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11315956 or 808275. OLE color: 808275.

HSL color Cylindrical-coordinate representation of color #53550C: hue angle of 61.64º 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 #53550C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB838512-
CMYK0.0200.860.67
HSL61.64º75.26%19.02%-
HSV(B)61.64º85.88%33.33%-
XYZ6.888.361.6-
YUV76.0891.84132.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=46.11%
G=47.22%
B=6.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385120.0200.860.6761.6475.2619.02
Hex5355C2056433e4b13
Octal12312514201261037611323
Binary10100111010101110010010101101000011111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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