Html Css Color HEX #526001 Verdun Green

📋 copy color: '#526001'

red 82 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #526001

Tints of Verdun Green #526001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.63%

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

R = 45.81%
G = 53.63%
B = 0.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#526001 (or 0x526001) is known color: Verdun Green. HEX triplet: 52, 60 and 01. RGB value is (82,96,1). Sum of RGB (Red+Green+Blue) = 82+96+1=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #526001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526001 is #AD9FFE. Grayscale: #515151. Windows color (decimal): -11378687 or 90194. OLE color: 90194.

HSL color Cylindrical-coordinate representation of color #526001: hue angle of 68.84º 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 #526001 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 1 -
CMYK 0.15 0 0.99 0.62
HSL 68.84º 0.98% 0.19% -
HSV(B) 68.84º 0.99% 0.38% -
XYZ 7.67 10.16 1.59 -
YUV 80.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 82 96 1 0.15 0 0.99 0.62 68.84 0.98 0.19
Hex 52 60 1 F 0 63 3E 45 62 13
Octal 122 140 1 17 0 143 76 105 142 23
Binary 1010010 1100000 1 1111 0 1100011 111110 1000101 1100010 10011

Color Harmonies of #526001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526001

Black with #526001

Text Example


Text Example

White with #526001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526001; }

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

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

background-color css

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

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

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

border-color css

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

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

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