Html Css Color HEX #526801 Verdun Green

📋 copy color: '#526801'

red 82 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #526801

Tints of Verdun Green #526801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

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

R = 43.85%
G = 55.61%
B = 0.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#526801 (or 0x526801) is known color: Verdun Green. HEX triplet: 52, 68 and 01. RGB value is (82,104,1). Sum of RGB (Red+Green+Blue) = 82+104+1=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #526801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526801 is #AD97FE. Grayscale: #565656. Windows color (decimal): -11376639 or 92242. OLE color: 92242.

HSL color Cylindrical-coordinate representation of color #526801: hue angle of 72.82º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #526801 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 1 -
CMYK 0.21 0 0.99 0.59
HSL 72.82º 0.98% 0.21% -
HSV(B) 72.82º 0.99% 0.41% -
XYZ 8.44 11.7 1.84 -
YUV 85.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 82 104 1 0.21 0 0.99 0.59 72.82 0.98 0.21
Hex 52 68 1 15 0 63 3B 49 62 15
Octal 122 150 1 25 0 143 73 111 142 25
Binary 1010010 1101000 1 10101 0 1100011 111011 1001001 1100010 10101

Color Harmonies of #526801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526801

Black with #526801

Text Example


Text Example

White with #526801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526801; }

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

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

background-color css

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

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

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

border-color css

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

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

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