Html Css Color HEX #526205 Verdun Green

📋 copy color: '#526205'

red 82 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #526205

Tints of Verdun Green #526205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 44.32%
G = 52.97%
B = 2.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#526205 (or 0x526205) is known color: Verdun Green. HEX triplet: 52, 62 and 05. RGB value is (82,98,5). Sum of RGB (Red+Green+Blue) = 82+98+5=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #526205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526205 is #AD9DFA. Grayscale: #525252. Windows color (decimal): -11378171 or 352850. OLE color: 352850.

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

Color convert

RGB 82 98 5 -
CMYK 0.16 0 0.95 0.62
HSL 70.32º 0.9% 0.2% -
HSV(B) 70.32º 0.95% 0.38% -
XYZ 7.87 10.54 1.76 -
YUV 82.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 82 98 5 0.16 0 0.95 0.62 70.32 0.9 0.2
Hex 52 62 5 10 0 5F 3E 46 5A 14
Octal 122 142 5 20 0 137 76 106 132 24
Binary 1010010 1100010 101 10000 0 1011111 111110 1000110 1011010 10100

Color Harmonies of #526205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526205

Black with #526205

Text Example


Text Example

White with #526205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526205; }

 p { color: rgb(82,98,5); }

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

background-color css

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

 a { background-color: rgb(82,98,5); }

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

border-color css

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

 span { border-color: rgb(82,98,5); }

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