Html Css Color HEX #53520E Verdun Green

📋 copy color: '#53520E'

red 83 ◦ green 82 ◦ blue 14

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

Shades of Verdun Green #53520E

Tints of Verdun Green #53520E

RGB

 RED value IS 83 (32.81% from 255) = 46.37%

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

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 46.37%
G = 45.81%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53520E (or 0x53520E) is known color: Verdun Green. HEX triplet: 53, 52 and 0E. RGB value is (83,82,14). Sum of RGB (Red+Green+Blue) = 83+82+14=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520E is #ACADF1. Grayscale: #4A4A4A. Windows color (decimal): -11316722 or 938579. OLE color: 938579.

HSL color Cylindrical-coordinate representation of color #53520E: hue angle of 59.13º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53520E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 14 -
CMYK 0 0.01 0.83 0.67
HSL 59.13º 0.71% 0.19% -
HSV(B) 59.13º 0.83% 0.33% -
XYZ 6.66 7.91 1.59 -
YUV 74.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 83 82 14 0 0.01 0.83 0.67 59.13 0.71 0.19
Hex 53 52 E 0 1 53 43 3B 47 13
Octal 123 122 16 0 1 123 103 73 107 23
Binary 1010011 1010010 1110 0 1 1010011 1000011 111011 1000111 10011

Color Harmonies of #53520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520E

Black with #53520E

Text Example


Text Example

White with #53520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53520E; }

 p { color: rgb(83,82,14); }

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

background-color css

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

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

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

border-color css

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

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

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