Html Css Color HEX #526512 Verdun Green

📋 copy color: '#526512'

red 82 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #526512

Tints of Verdun Green #526512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.25%

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

R = 40.8%
G = 50.25%
B = 8.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#526512 (or 0x526512) is known color: Verdun Green. HEX triplet: 52, 65 and 12. RGB value is (82,101,18). Sum of RGB (Red+Green+Blue) = 82+101+18=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #526512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526512 is #AD9AED. Grayscale: #565656. Windows color (decimal): -11377390 or 1205586. OLE color: 1205586.

HSL color Cylindrical-coordinate representation of color #526512: hue angle of 73.73º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #526512 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 18 -
CMYK 0.19 0 0.82 0.60
HSL 73.73º 0.7% 0.23% -
HSV(B) 73.73º 0.82% 0.4% -
XYZ 8.24 11.14 2.29 -
YUV 85.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 82 101 18 0.19 0 0.82 0.60 73.73 0.7 0.23
Hex 52 65 12 13 0 52 3C 4A 46 17
Octal 122 145 22 23 0 122 74 112 106 27
Binary 1010010 1100101 10010 10011 0 1010010 111100 1001010 1000110 10111

Color Harmonies of #526512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526512

Black with #526512

Text Example


Text Example

White with #526512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526512; }

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

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

background-color css

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

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

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

border-color css

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

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

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