Html Css Color HEX #52570C Verdun Green

📋 copy color: '#52570C'

red 82 ◦ green 87 ◦ blue 12

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

Shades of Verdun Green #52570C

Tints of Verdun Green #52570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

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

R = 45.3%
G = 48.07%
B = 6.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#52570C (or 0x52570C) is known color: Verdun Green. HEX triplet: 52, 57 and 0C. RGB value is (82,87,12). Sum of RGB (Red+Green+Blue) = 82+87+12=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #52570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52570C is #ADA8F3. Grayscale: #4D4D4D. Windows color (decimal): -11380980 or 808786. OLE color: 808786.

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

Color convert

RGB 82 87 12 -
CMYK 0.06 0 0.86 0.66
HSL 64º 0.76% 0.19% -
HSV(B) 64º 0.86% 0.34% -
XYZ 6.95 8.64 1.65 -
YUV 76.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 82 87 12 0.06 0 0.86 0.66 64 0.76 0.19
Hex 52 57 C 6 0 56 42 40 4C 13
Octal 122 127 14 6 0 126 102 100 114 23
Binary 1010010 1010111 1100 110 0 1010110 1000010 1000000 1001100 10011

Color Harmonies of #52570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52570C

Black with #52570C

Text Example


Text Example

White with #52570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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