Html Css Color HEX #525410 Verdun Green

📋 copy color: '#525410'

red 82 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #525410

Tints of Verdun Green #525410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 45.05%
G = 46.15%
B = 8.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#525410 (or 0x525410) is known color: Verdun Green. HEX triplet: 52, 54 and 10. RGB value is (82,84,16). Sum of RGB (Red+Green+Blue) = 82+84+16=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #525410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525410 is #ADABEF. Grayscale: #4B4B4B. Windows color (decimal): -11381744 or 1070162. OLE color: 1070162.

HSL color Cylindrical-coordinate representation of color #525410: hue angle of 61.76º 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 #525410 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 16 -
CMYK 0.02 0 0.81 0.67
HSL 61.76º 0.68% 0.2% -
HSV(B) 61.76º 0.81% 0.33% -
XYZ 6.74 8.17 1.71 -
YUV 75.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 82 84 16 0.02 0 0.81 0.67 61.76 0.68 0.2
Hex 52 54 10 2 0 51 43 3E 44 14
Octal 122 124 20 2 0 121 103 76 104 24
Binary 1010010 1010100 10000 10 0 1010001 1000011 111110 1000100 10100

Color Harmonies of #525410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525410

Black with #525410

Text Example


Text Example

White with #525410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525410; }

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

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

background-color css

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

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

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

border-color css

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

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

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