Html Css Color HEX #526201 Verdun Green

📋 copy color: '#526201'

red 82 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #526201

Tints of Verdun Green #526201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 45.3%
G = 54.14%
B = 0.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#526201 (or 0x526201) is known color: Verdun Green. HEX triplet: 52, 62 and 01. RGB value is (82,98,1). Sum of RGB (Red+Green+Blue) = 82+98+1=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #526201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526201 is #AD9DFE. Grayscale: #525252. Windows color (decimal): -11378175 or 90706. OLE color: 90706.

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

Color convert

RGB 82 98 1 -
CMYK 0.16 0 0.99 0.62
HSL 69.9º 0.98% 0.19% -
HSV(B) 69.9º 0.99% 0.38% -
XYZ 7.85 10.53 1.65 -
YUV 82.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 82 98 1 0.16 0 0.99 0.62 69.9 0.98 0.19
Hex 52 62 1 10 0 63 3E 46 62 13
Octal 122 142 1 20 0 143 76 106 142 23
Binary 1010010 1100010 1 10000 0 1100011 111110 1000110 1100010 10011

Color Harmonies of #526201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526201

Black with #526201

Text Example


Text Example

White with #526201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526201; }

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

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

background-color css

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

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

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

border-color css

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

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

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