Html Css Color HEX #525210 Verdun Green

📋 copy color: '#525210'

red 82 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #525210

Tints of Verdun Green #525210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

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

R = 45.56%
G = 45.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#525210 (or 0x525210) is known color: Verdun Green. HEX triplet: 52, 52 and 10. RGB value is (82,82,16). Sum of RGB (Red+Green+Blue) = 82+82+16=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525210 is #ADADEF. Grayscale: #4A4A4A. Windows color (decimal): -11382256 or 1069650. OLE color: 1069650.

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

Color convert

RGB 82 82 16 -
CMYK 0 0 0.80 0.68
HSL 60º 0.67% 0.19% -
HSV(B) 60º 0.8% 0.32% -
XYZ 6.59 7.87 1.66 -
YUV 74.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 82 82 16 0 0 0.80 0.68 60 0.67 0.19
Hex 52 52 10 0 0 50 44 3C 43 13
Octal 122 122 20 0 0 120 104 74 103 23
Binary 1010010 1010010 10000 0 0 1010000 1000100 111100 1000011 10011

Color Harmonies of #525210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525210

Black with #525210

Text Example


Text Example

White with #525210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525210; }

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

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

background-color css

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

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

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

border-color css

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

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

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