Html Css Color HEX #525613 Verdun Green

📋 copy color: '#525613'

red 82 ◦ green 86 ◦ blue 19

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

Shades of Verdun Green #525613

Tints of Verdun Green #525613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.99%

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

R = 43.85%
G = 45.99%
B = 10.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#525613 (or 0x525613) is known color: Verdun Green. HEX triplet: 52, 56 and 13. RGB value is (82,86,19). Sum of RGB (Red+Green+Blue) = 82+86+19=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #525613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525613 is #ADA9EC. Grayscale: #4D4D4D. Windows color (decimal): -11381229 or 1267282. OLE color: 1267282.

HSL color Cylindrical-coordinate representation of color #525613: hue angle of 63.58º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525613 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 19 -
CMYK 0.05 0 0.78 0.66
HSL 63.58º 0.64% 0.21% -
HSV(B) 63.58º 0.78% 0.34% -
XYZ 6.93 8.5 1.89 -
YUV 77.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 82 86 19 0.05 0 0.78 0.66 63.58 0.64 0.21
Hex 52 56 13 5 0 4E 42 40 40 15
Octal 122 126 23 5 0 116 102 100 100 25
Binary 1010010 1010110 10011 101 0 1001110 1000010 1000000 1000000 10101

Color Harmonies of #525613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525613

Black with #525613

Text Example


Text Example

White with #525613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525613; }

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

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

background-color css

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

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

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

border-color css

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

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

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