Html Css Color HEX #526612 Verdun Green

📋 copy color: '#526612'

red 82 ◦ green 102 ◦ blue 18

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

Shades of Verdun Green #526612

Tints of Verdun Green #526612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.5%

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

R = 40.59%
G = 50.5%
B = 8.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#526612 (or 0x526612) is known color: Verdun Green. HEX triplet: 52, 66 and 12. RGB value is (82,102,18). Sum of RGB (Red+Green+Blue) = 82+102+18=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #526612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526612 is #AD99ED. Grayscale: #565656. Windows color (decimal): -11377134 or 1205842. OLE color: 1205842.

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

Color convert

RGB 82 102 18 -
CMYK 0.20 0 0.82 0.6
HSL 74.29º 0.7% 0.24% -
HSV(B) 74.29º 0.82% 0.4% -
XYZ 8.34 11.34 2.32 -
YUV 86.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 82 102 18 0.20 0 0.82 0.6 74.29 0.7 0.24
Hex 52 66 12 14 0 52 3C 4A 46 18
Octal 122 146 22 24 0 122 74 112 106 30
Binary 1010010 1100110 10010 10100 0 1010010 111100 1001010 1000110 11000

Color Harmonies of #526612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526612

Black with #526612

Text Example


Text Example

White with #526612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526612; }

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

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

background-color css

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

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

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

border-color css

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

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

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