Html Css Color HEX #56520C Verdun Green

📋 copy color: '#56520C'

red 86 ◦ green 82 ◦ blue 12

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

Shades of Verdun Green #56520C

Tints of Verdun Green #56520C

RGB

 RED value IS 86 (33.98% from 255) = 47.78%

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 47.78%
G = 45.56%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#56520C (or 0x56520C) is known color: Verdun Green. HEX triplet: 56, 52 and 0C. RGB value is (86,82,12). Sum of RGB (Red+Green+Blue) = 86+82+12=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520C is #A9ADF3. Grayscale: #4B4B4B. Windows color (decimal): -11120116 or 807510. OLE color: 807510.

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

Color convert

RGB 86 82 12 -
CMYK 0 0.05 0.86 0.66
HSL 56.76º 0.76% 0.19% -
HSV(B) 56.76º 0.86% 0.34% -
XYZ 6.92 8.04 1.53 -
YUV 75.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 86 82 12 0 0.05 0.86 0.66 56.76 0.76 0.19
Hex 56 52 C 0 5 56 42 39 4C 13
Octal 126 122 14 0 5 126 102 71 114 23
Binary 1010110 1010010 1100 0 101 1010110 1000010 111001 1001100 10011

Color Harmonies of #56520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56520C

Black with #56520C

Text Example


Text Example

White with #56520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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