Html Css Color HEX #52540C Verdun Green

📋 copy color: '#52540C'

red 82 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #52540C

Tints of Verdun Green #52540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

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

R = 46.07%
G = 47.19%
B = 6.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#52540C (or 0x52540C) is known color: Verdun Green. HEX triplet: 52, 54 and 0C. RGB value is (82,84,12). Sum of RGB (Red+Green+Blue) = 82+84+12=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #52540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52540C is #ADABF3. Grayscale: #4B4B4B. Windows color (decimal): -11381748 or 808018. OLE color: 808018.

HSL color Cylindrical-coordinate representation of color #52540C: hue angle of 61.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52540C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 12 -
CMYK 0.02 0 0.86 0.67
HSL 61.67º 0.75% 0.19% -
HSV(B) 61.67º 0.86% 0.33% -
XYZ 6.72 8.16 1.57 -
YUV 75.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 82 84 12 0.02 0 0.86 0.67 61.67 0.75 0.19
Hex 52 54 C 2 0 56 43 3E 4B 13
Octal 122 124 14 2 0 126 103 76 113 23
Binary 1010010 1010100 1100 10 0 1010110 1000011 111110 1001011 10011

Color Harmonies of #52540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52540C

Black with #52540C

Text Example


Text Example

White with #52540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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