Html Css Color HEX #526012 Verdun Green

📋 copy color: '#526012'

red 82 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #526012

Tints of Verdun Green #526012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

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

R = 41.84%
G = 48.98%
B = 9.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#526012 (or 0x526012) is known color: Verdun Green. HEX triplet: 52, 60 and 12. RGB value is (82,96,18). Sum of RGB (Red+Green+Blue) = 82+96+18=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #526012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526012 is #AD9FED. Grayscale: #535353. Windows color (decimal): -11378670 or 1204306. OLE color: 1204306.

HSL color Cylindrical-coordinate representation of color #526012: hue angle of 70.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #526012 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 18 -
CMYK 0.15 0 0.81 0.62
HSL 70.77º 0.68% 0.22% -
HSV(B) 70.77º 0.81% 0.38% -
XYZ 7.77 10.2 2.13 -
YUV 82.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 82 96 18 0.15 0 0.81 0.62 70.77 0.68 0.22
Hex 52 60 12 F 0 51 3E 47 44 16
Octal 122 140 22 17 0 121 76 107 104 26
Binary 1010010 1100000 10010 1111 0 1010001 111110 1000111 1000100 10110

Color Harmonies of #526012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526012

Black with #526012

Text Example


Text Example

White with #526012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526012; }

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

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

background-color css

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

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

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

border-color css

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

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

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