Html Css Color HEX #526212 Verdun Green

📋 copy color: '#526212'

red 82 ◦ green 98 ◦ blue 18

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

Shades of Verdun Green #526212

Tints of Verdun Green #526212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

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

R = 41.41%
G = 49.49%
B = 9.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#526212 (or 0x526212) is known color: Verdun Green. HEX triplet: 52, 62 and 12. RGB value is (82,98,18). Sum of RGB (Red+Green+Blue) = 82+98+18=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #526212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526212 is #AD9DED. Grayscale: #545454. Windows color (decimal): -11378158 or 1204818. OLE color: 1204818.

HSL color Cylindrical-coordinate representation of color #526212: hue angle of 72º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #526212 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 18 -
CMYK 0.16 0 0.82 0.62
HSL 72º 0.69% 0.23% -
HSV(B) 72º 0.82% 0.38% -
XYZ 7.96 10.57 2.19 -
YUV 84.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 82 98 18 0.16 0 0.82 0.62 72 0.69 0.23
Hex 52 62 12 10 0 52 3E 48 45 17
Octal 122 142 22 20 0 122 76 110 105 27
Binary 1010010 1100010 10010 10000 0 1010010 111110 1001000 1000101 10111

Color Harmonies of #526212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526212

Black with #526212

Text Example


Text Example

White with #526212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526212; }

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

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

background-color css

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

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

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

border-color css

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

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

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