Html Css Color HEX #525411 Verdun Green

📋 copy color: '#525411'

red 82 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #525411

Tints of Verdun Green #525411

RGB

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

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

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

R = 44.81%
G = 45.9%
B = 9.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#525411 (or 0x525411) is known color: Verdun Green. HEX triplet: 52, 54 and 11. RGB value is (82,84,17). Sum of RGB (Red+Green+Blue) = 82+84+17=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #525411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525411 is #ADABEE. Grayscale: #4C4C4C. Windows color (decimal): -11381743 or 1135698. OLE color: 1135698.

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

Color convert

RGB 82 84 17 -
CMYK 0.02 0 0.80 0.67
HSL 61.79º 0.66% 0.2% -
HSV(B) 61.79º 0.8% 0.33% -
XYZ 6.75 8.17 1.75 -
YUV 75.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 82 84 17 0.02 0 0.80 0.67 61.79 0.66 0.2
Hex 52 54 11 2 0 50 43 3E 42 14
Octal 122 124 21 2 0 120 103 76 102 24
Binary 1010010 1010100 10001 10 0 1010000 1000011 111110 1000010 10100

Color Harmonies of #525411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525411

Black with #525411

Text Example


Text Example

White with #525411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525411; }

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

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

background-color css

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

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

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

border-color css

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

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

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