Html Css Color HEX #525009 Verdun Green

📋 copy color: '#525009'

red 82 ◦ green 80 ◦ blue 9

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

Shades of Verdun Green #525009

Tints of Verdun Green #525009

RGB

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

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

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

R = 47.95%
G = 46.78%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#525009 (or 0x525009) is known color: Verdun Green. HEX triplet: 52, 50 and 09. RGB value is (82,80,9). Sum of RGB (Red+Green+Blue) = 82+80+9=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #525009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525009 is #ADAFF6. Grayscale: #484848. Windows color (decimal): -11382775 or 610386. OLE color: 610386.

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

Color convert

RGB 82 80 9 -
CMYK 0 0.02 0.89 0.68
HSL 58.36º 0.8% 0.18% -
HSV(B) 58.36º 0.89% 0.32% -
XYZ 6.4 7.55 1.38 -
YUV 72.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 82 80 9 0 0.02 0.89 0.68 58.36 0.8 0.18
Hex 52 50 9 0 2 59 44 3A 50 12
Octal 122 120 11 0 2 131 104 72 120 22
Binary 1010010 1010000 1001 0 10 1011001 1000100 111010 1010000 10010

Color Harmonies of #525009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525009

Black with #525009

Text Example


Text Example

White with #525009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525009; }

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

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

background-color css

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

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

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

border-color css

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

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

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