Html Css Color HEX #525901 Verdun Green

📋 copy color: '#525901'

red 82 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #525901

Tints of Verdun Green #525901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.74%

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

R = 47.67%
G = 51.74%
B = 0.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#525901 (or 0x525901) is known color: Verdun Green. HEX triplet: 52, 59 and 01. RGB value is (82,89,1). Sum of RGB (Red+Green+Blue) = 82+89+1=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #525901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525901 is #ADA6FE. Grayscale: #4D4D4D. Windows color (decimal): -11380479 or 88402. OLE color: 88402.

HSL color Cylindrical-coordinate representation of color #525901: hue angle of 64.77º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #525901 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 1 -
CMYK 0.08 0 0.99 0.65
HSL 64.77º 0.98% 0.18% -
HSV(B) 64.77º 0.99% 0.35% -
XYZ 7.06 8.94 1.38 -
YUV 76.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 82 89 1 0.08 0 0.99 0.65 64.77 0.98 0.18
Hex 52 59 1 8 0 63 41 41 62 12
Octal 122 131 1 10 0 143 101 101 142 22
Binary 1010010 1011001 1 1000 0 1100011 1000001 1000001 1100010 10010

Color Harmonies of #525901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525901

Black with #525901

Text Example


Text Example

White with #525901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525901; }

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

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

background-color css

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

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

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

border-color css

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

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

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