Html Css Color HEX #525412 Verdun Green

📋 copy color: '#525412'

red 82 ◦ green 84 ◦ blue 18

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

Shades of Verdun Green #525412

Tints of Verdun Green #525412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 44.57%
G = 45.65%
B = 9.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#525412 (or 0x525412) is known color: Verdun Green. HEX triplet: 52, 54 and 12. RGB value is (82,84,18). Sum of RGB (Red+Green+Blue) = 82+84+18=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #525412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525412 is #ADABED. Grayscale: #4C4C4C. Windows color (decimal): -11381742 or 1201234. OLE color: 1201234.

HSL color Cylindrical-coordinate representation of color #525412: hue angle of 61.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525412 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 18 -
CMYK 0.02 0 0.79 0.67
HSL 61.82º 0.65% 0.2% -
HSV(B) 61.82º 0.79% 0.33% -
XYZ 6.76 8.18 1.79 -
YUV 75.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 82 84 18 0.02 0 0.79 0.67 61.82 0.65 0.2
Hex 52 54 12 2 0 4F 43 3E 41 14
Octal 122 124 22 2 0 117 103 76 101 24
Binary 1010010 1010100 10010 10 0 1001111 1000011 111110 1000001 10100

Color Harmonies of #525412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525412

Black with #525412

Text Example


Text Example

White with #525412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525412; }

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

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

background-color css

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

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

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

border-color css

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

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

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