Html Css Color HEX #526006 Verdun Green

📋 copy color: '#526006'

red 82 ◦ green 96 ◦ blue 6

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

Shades of Verdun Green #526006

Tints of Verdun Green #526006

RGB

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

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

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

R = 44.57%
G = 52.17%
B = 3.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#526006 (or 0x526006) is known color: Verdun Green. HEX triplet: 52, 60 and 06. RGB value is (82,96,6). Sum of RGB (Red+Green+Blue) = 82+96+6=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #526006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526006 is #AD9FF9. Grayscale: #515151. Windows color (decimal): -11378682 or 417874. OLE color: 417874.

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

Color convert

RGB 82 96 6 -
CMYK 0.15 0 0.94 0.62
HSL 69.33º 0.88% 0.2% -
HSV(B) 69.33º 0.94% 0.38% -
XYZ 7.7 10.17 1.73 -
YUV 81.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 82 96 6 0.15 0 0.94 0.62 69.33 0.88 0.2
Hex 52 60 6 F 0 5E 3E 45 58 14
Octal 122 140 6 17 0 136 76 105 130 24
Binary 1010010 1100000 110 1111 0 1011110 111110 1000101 1011000 10100

Color Harmonies of #526006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526006

Black with #526006

Text Example


Text Example

White with #526006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526006; }

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

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

background-color css

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

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

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

border-color css

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

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

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