Html Css Color HEX #526806 Verdun Green

📋 copy color: '#526806'

red 82 ◦ green 104 ◦ blue 6

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

Shades of Verdun Green #526806

Tints of Verdun Green #526806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.17%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 42.71%
G = 54.17%
B = 3.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#526806 (or 0x526806) is known color: Verdun Green. HEX triplet: 52, 68 and 06. RGB value is (82,104,6). Sum of RGB (Red+Green+Blue) = 82+104+6=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #526806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526806 is #AD97F9. Grayscale: #565656. Windows color (decimal): -11376634 or 419922. OLE color: 419922.

HSL color Cylindrical-coordinate representation of color #526806: hue angle of 73.47º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #526806 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 6 -
CMYK 0.21 0 0.94 0.59
HSL 73.47º 0.89% 0.22% -
HSV(B) 73.47º 0.94% 0.41% -
XYZ 8.46 11.71 1.99 -
YUV 86.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 82 104 6 0.21 0 0.94 0.59 73.47 0.89 0.22
Hex 52 68 6 15 0 5E 3B 49 59 16
Octal 122 150 6 25 0 136 73 111 131 26
Binary 1010010 1101000 110 10101 0 1011110 111011 1001001 1011001 10110

Color Harmonies of #526806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526806

Black with #526806

Text Example


Text Example

White with #526806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526806; }

 p { color: rgb(82,104,6); }

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

background-color css

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

 a { background-color: rgb(82,104,6); }

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

border-color css

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

 span { border-color: rgb(82,104,6); }

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