Html Css Color HEX #525809 Verdun Green

📋 copy color: '#525809'

red 82 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #525809

Tints of Verdun Green #525809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 9 (3.91% from 255) = 5.03%

R = 45.81%
G = 49.16%
B = 5.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#525809 (or 0x525809) is known color: Verdun Green. HEX triplet: 52, 58 and 09. RGB value is (82,88,9). Sum of RGB (Red+Green+Blue) = 82+88+9=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #525809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525809 is #ADA7F6. Grayscale: #4D4D4D. Windows color (decimal): -11380727 or 612434. OLE color: 612434.

HSL color Cylindrical-coordinate representation of color #525809: hue angle of 64.56º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525809 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 9 -
CMYK 0.07 0 0.90 0.65
HSL 64.56º 0.81% 0.19% -
HSV(B) 64.56º 0.9% 0.35% -
XYZ 7.02 8.79 1.59 -
YUV 77.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 82 88 9 0.07 0 0.90 0.65 64.56 0.81 0.19
Hex 52 58 9 7 0 5A 41 41 51 13
Octal 122 130 11 7 0 132 101 101 121 23
Binary 1010010 1011000 1001 111 0 1011010 1000001 1000001 1010001 10011

Color Harmonies of #525809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525809

Black with #525809

Text Example


Text Example

White with #525809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525809; }

 p { color: rgb(82,88,9); }

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

background-color css

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

 a { background-color: rgb(82,88,9); }

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

border-color css

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

 span { border-color: rgb(82,88,9); }

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