Html Css Color HEX #526606 Verdun Green

📋 copy color: '#526606'

red 82 ◦ green 102 ◦ blue 6

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

Shades of Verdun Green #526606

Tints of Verdun Green #526606

RGB

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

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

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

R = 43.16%
G = 53.68%
B = 3.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#526606 (or 0x526606) is known color: Verdun Green. HEX triplet: 52, 66 and 06. RGB value is (82,102,6). Sum of RGB (Red+Green+Blue) = 82+102+6=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #526606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526606 is #AD99F9. Grayscale: #555555. Windows color (decimal): -11377146 or 419410. OLE color: 419410.

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

Color convert

RGB 82 102 6 -
CMYK 0.20 0 0.94 0.6
HSL 72.5º 0.89% 0.21% -
HSV(B) 72.5º 0.94% 0.4% -
XYZ 8.26 11.31 1.92 -
YUV 85.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 82 102 6 0.20 0 0.94 0.6 72.5 0.89 0.21
Hex 52 66 6 14 0 5E 3C 48 59 15
Octal 122 146 6 24 0 136 74 110 131 25
Binary 1010010 1100110 110 10100 0 1011110 111100 1001000 1011001 10101

Color Harmonies of #526606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526606

Black with #526606

Text Example


Text Example

White with #526606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526606; }

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

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

background-color css

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

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

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

border-color css

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

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

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