#53530C

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

Shades of Verdun Green #53530C

Tints of Verdun Green #53530C

Color information

#53530C (or 0x53530C) is unknown color: approx Verdun Green. HEX triplet: 53, 53 and 0C. RGB value is (83,83,12). Sum of RGB (Red+Green+Blue) = 83+83+12=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53530C is #ACACF3. Grayscale: #4B4B4B. Windows color (decimal): -11316468 or 807763. OLE color: 807763.

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

Color convert

RGB838312-
CMYK000.860.67
HSL60º74.74%18.63%-
HSV(B)60º85.54%32.55%-
XYZ6.738.051.55-
YUV74.9192.5133.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=46.63%
G=46.63%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838312000.860.676074.7418.63
Hex5353C0056433c4b13
Octal12312314001261037411323
Binary1010011101001111000010101101000011111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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