#53630C

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

Shades of Verdun Green #53630C

Tints of Verdun Green #53630C

Color information

#53630C (or 0x53630C) is unknown color: approx Verdun Green. HEX triplet: 53, 63 and 0C. RGB value is (83,99,12). Sum of RGB (Red+Green+Blue) = 83+99+12=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #53630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53630C is #AC9CF3. Grayscale: #545454. Windows color (decimal): -11312372 or 811859. OLE color: 811859.

HSL color Cylindrical-coordinate representation of color #53630C: hue angle of 71.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53630C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB839912-
CMYK0.1600.880.61
HSL71.03º78.38%21.76%-
HSV(B)71.03º87.88%38.82%-
XYZ8.110.792-
YUV84.387.2127.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=42.78%
G=51.03%
B=6.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399120.1600.880.6171.0378.3821.76
Hex5363C100583D474e16
Octal123143142001307510711626
Binary10100111100011110010000010110001111011000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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