Html Css Color HEX #525900 Verdun Green

📋 copy color: '#525900'

red 82 ◦ green 89 ◦ blue 0

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

Shades of Verdun Green #525900

Tints of Verdun Green #525900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.95%
G = 52.05%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#525900 (or 0x525900) is known color: Verdun Green. HEX triplet: 52, 59 and 00. RGB value is (82,89,0). Sum of RGB (Red+Green+Blue) = 82+89+0=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #525900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525900 is #ADA6FF. Grayscale: #4D4D4D. Windows color (decimal): -11380480 or 22866. OLE color: 22866.

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

Color convert

RGB 82 89 0 -
CMYK 0.08 0 1 0.65
HSL 64.72º 1% 0.17% -
HSV(B) 64.72º 1% 0.35% -
XYZ 7.05 8.94 1.35 -
YUV 76.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 82 89 0 0.08 0 1 0.65 64.72 1 0.17
Hex 52 59 0 8 0 64 41 41 64 11
Octal 122 131 0 10 0 144 101 101 144 21
Binary 1010010 1011001 0 1000 0 1100100 1000001 1000001 1100100 10001

Color Harmonies of #525900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525900

Black with #525900

Text Example


Text Example

White with #525900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525900; }

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

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

background-color css

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

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

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

border-color css

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

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

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