Html Css Color HEX #525001 Verdun Green

📋 copy color: '#525001'

red 82 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #525001

Tints of Verdun Green #525001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

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

R = 50.31%
G = 49.08%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#525001 (or 0x525001) is known color: Verdun Green. HEX triplet: 52, 50 and 01. RGB value is (82,80,1). Sum of RGB (Red+Green+Blue) = 82+80+1=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #525001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525001 is #ADAFFE. Grayscale: #474747. Windows color (decimal): -11382783 or 86098. OLE color: 86098.

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

Color convert

RGB 82 80 1 -
CMYK 0 0.02 0.99 0.68
HSL 58.52º 0.98% 0.16% -
HSV(B) 58.52º 0.99% 0.32% -
XYZ 6.35 7.53 1.15 -
YUV 71.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 82 80 1 0 0.02 0.99 0.68 58.52 0.98 0.16
Hex 52 50 1 0 2 63 44 3B 62 10
Octal 122 120 1 0 2 143 104 73 142 20
Binary 1010010 1010000 1 0 10 1100011 1000100 111011 1100010 10000

Color Harmonies of #525001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525001

Black with #525001

Text Example


Text Example

White with #525001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525001; }

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

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

background-color css

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

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

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

border-color css

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

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

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