Html Css Color HEX #525513 Verdun Green

📋 copy color: '#525513'

red 82 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #525513

Tints of Verdun Green #525513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 44.09%
G = 45.7%
B = 10.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#525513 (or 0x525513) is known color: Verdun Green. HEX triplet: 52, 55 and 13. RGB value is (82,85,19). Sum of RGB (Red+Green+Blue) = 82+85+19=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #525513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525513 is #ADAAEC. Grayscale: #4C4C4C. Windows color (decimal): -11381485 or 1267026. OLE color: 1267026.

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

Color convert

RGB 82 85 19 -
CMYK 0.04 0 0.78 0.67
HSL 62.73º 0.63% 0.2% -
HSV(B) 62.73º 0.78% 0.33% -
XYZ 6.85 8.34 1.86 -
YUV 76.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 82 85 19 0.04 0 0.78 0.67 62.73 0.63 0.2
Hex 52 55 13 4 0 4E 43 3F 3F 14
Octal 122 125 23 4 0 116 103 77 77 24
Binary 1010010 1010101 10011 100 0 1001110 1000011 111111 111111 10100

Color Harmonies of #525513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525513

Black with #525513

Text Example


Text Example

White with #525513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525513; }

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

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

background-color css

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

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

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

border-color css

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

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

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