Html Css Color HEX #525510 Verdun Green

📋 copy color: '#525510'

red 82 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #525510

Tints of Verdun Green #525510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 44.81%
G = 46.45%
B = 8.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#525510 (or 0x525510) is known color: Verdun Green. HEX triplet: 52, 55 and 10. RGB value is (82,85,16). Sum of RGB (Red+Green+Blue) = 82+85+16=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #525510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525510 is #ADAAEF. Grayscale: #4C4C4C. Windows color (decimal): -11381488 or 1070418. OLE color: 1070418.

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

Color convert

RGB 82 85 16 -
CMYK 0.04 0 0.81 0.67
HSL 62.61º 0.68% 0.2% -
HSV(B) 62.61º 0.81% 0.33% -
XYZ 6.82 8.33 1.74 -
YUV 76.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 82 85 16 0.04 0 0.81 0.67 62.61 0.68 0.2
Hex 52 55 10 4 0 51 43 3F 44 14
Octal 122 125 20 4 0 121 103 77 104 24
Binary 1010010 1010101 10000 100 0 1010001 1000011 111111 1000100 10100

Color Harmonies of #525510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525510

Black with #525510

Text Example


Text Example

White with #525510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525510; }

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

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

background-color css

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

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

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

border-color css

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

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

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