Html Css Color HEX #52560C Verdun Green

📋 copy color: '#52560C'

red 82 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #52560C

Tints of Verdun Green #52560C

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 82 86 12 -
CMYK 0.05 0 0.86 0.66
HSL 63.24º 0.76% 0.19% -
HSV(B) 63.24º 0.86% 0.34% -
XYZ 6.87 8.48 1.62 -
YUV 76.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 82 86 12 0.05 0 0.86 0.66 63.24 0.76 0.19
Hex 52 56 C 5 0 56 42 3F 4C 13
Octal 122 126 14 5 0 126 102 77 114 23
Binary 1010010 1010110 1100 101 0 1010110 1000010 111111 1001100 10011

Color Harmonies of #52560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52560C

Black with #52560C

Text Example


Text Example

White with #52560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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