Html Css Color HEX #52560E Verdun Green

📋 copy color: '#52560E'

red 82 ◦ green 86 ◦ blue 14

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

Shades of Verdun Green #52560E

Tints of Verdun Green #52560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 45.05%
G = 47.25%
B = 7.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#52560E (or 0x52560E) is known color: Verdun Green. HEX triplet: 52, 56 and 0E. RGB value is (82,86,14). Sum of RGB (Red+Green+Blue) = 82+86+14=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #52560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52560E is #ADA9F1. Grayscale: #4C4C4C. Windows color (decimal): -11381234 or 939602. OLE color: 939602.

HSL color Cylindrical-coordinate representation of color #52560E: hue angle of 63.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52560E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 14 -
CMYK 0.05 0 0.84 0.66
HSL 63.33º 0.72% 0.2% -
HSV(B) 63.33º 0.84% 0.34% -
XYZ 6.89 8.48 1.69 -
YUV 76.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 82 86 14 0.05 0 0.84 0.66 63.33 0.72 0.2
Hex 52 56 E 5 0 54 42 3F 48 14
Octal 122 126 16 5 0 124 102 77 110 24
Binary 1010010 1010110 1110 101 0 1010100 1000010 111111 1001000 10100

Color Harmonies of #52560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52560E

Black with #52560E

Text Example


Text Example

White with #52560E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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