Html Css Color HEX #525511 Verdun Green

📋 copy color: '#525511'

red 82 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #525511

Tints of Verdun Green #525511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 44.57%
G = 46.2%
B = 9.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#525511 (or 0x525511) is known color: Verdun Green. HEX triplet: 52, 55 and 11. RGB value is (82,85,17). Sum of RGB (Red+Green+Blue) = 82+85+17=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #525511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525511 is #ADAAEE. Grayscale: #4C4C4C. Windows color (decimal): -11381487 or 1135954. OLE color: 1135954.

HSL color Cylindrical-coordinate representation of color #525511: hue angle of 62.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #525511 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 17 -
CMYK 0.04 0 0.80 0.67
HSL 62.65º 0.67% 0.2% -
HSV(B) 62.65º 0.8% 0.33% -
XYZ 6.83 8.33 1.78 -
YUV 76.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 82 85 17 0.04 0 0.80 0.67 62.65 0.67 0.2
Hex 52 55 11 4 0 50 43 3F 43 14
Octal 122 125 21 4 0 120 103 77 103 24
Binary 1010010 1010101 10001 100 0 1010000 1000011 111111 1000011 10100

Color Harmonies of #525511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525511

Black with #525511

Text Example


Text Example

White with #525511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525511; }

 p { color: rgb(82,85,17); }

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

background-color css

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

 a { background-color: rgb(82,85,17); }

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

border-color css

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

 span { border-color: rgb(82,85,17); }

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