Html Css Color HEX #53560C Verdun Green

📋 copy color: '#53560C'

red 83 ◦ green 86 ◦ blue 12

#53560C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #53560C

Tints of Verdun Green #53560C

RGB

 RED value IS 83 (32.81% from 255) = 45.86%

 GREEN value IS 86 (33.98% from 255) = 47.51%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 45.86%
G = 47.51%
B = 6.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#53560C (or 0x53560C) is known color: Verdun Green. HEX triplet: 53, 56 and 0C. RGB value is (83,86,12). Sum of RGB (Red+Green+Blue) = 83+86+12=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #53560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53560C is #ACA9F3. Grayscale: #4C4C4C. Windows color (decimal): -11315700 or 808531. OLE color: 808531.

HSL color Cylindrical-coordinate representation of color #53560C: hue angle of 62.43º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53560C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 12 -
CMYK 0.03 0 0.86 0.66
HSL 62.43º 0.76% 0.19% -
HSV(B) 62.43º 0.86% 0.34% -
XYZ 6.96 8.52 1.63 -
YUV 76.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 83 86 12 0.03 0 0.86 0.66 62.43 0.76 0.19
Hex 53 56 C 3 0 56 42 3E 4C 13
Octal 123 126 14 3 0 126 102 76 114 23
Binary 1010011 1010110 1100 11 0 1010110 1000010 111110 1001100 10011

Color Harmonies of #53560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53560C

Black with #53560C

Text Example


Text Example

White with #53560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53560C;
 }
 .AnyTagClassName
 {
   color: #53560C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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