Html Css Color HEX #526306 Verdun Green

📋 copy color: '#526306'

red 82 ◦ green 99 ◦ blue 6

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

Shades of Verdun Green #526306

Tints of Verdun Green #526306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 43.85%
G = 52.94%
B = 3.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#526306 (or 0x526306) is known color: Verdun Green. HEX triplet: 52, 63 and 06. RGB value is (82,99,6). Sum of RGB (Red+Green+Blue) = 82+99+6=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #526306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526306 is #AD9CF9. Grayscale: #535353. Windows color (decimal): -11377914 or 418642. OLE color: 418642.

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

Color convert

RGB 82 99 6 -
CMYK 0.17 0 0.94 0.61
HSL 70.97º 0.89% 0.21% -
HSV(B) 70.97º 0.94% 0.39% -
XYZ 7.97 10.73 1.82 -
YUV 83.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 82 99 6 0.17 0 0.94 0.61 70.97 0.89 0.21
Hex 52 63 6 11 0 5E 3D 47 59 15
Octal 122 143 6 21 0 136 75 107 131 25
Binary 1010010 1100011 110 10001 0 1011110 111101 1000111 1011001 10101

Color Harmonies of #526306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526306

Black with #526306

Text Example


Text Example

White with #526306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526306; }

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

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

background-color css

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

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

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

border-color css

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

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

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