Html Css Color HEX #53520D Verdun Green

📋 copy color: '#53520D'

red 83 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #53520D

Tints of Verdun Green #53520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 46.63%
G = 46.07%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53520D (or 0x53520D) is known color: Verdun Green. HEX triplet: 53, 52 and 0D. RGB value is (83,82,13). Sum of RGB (Red+Green+Blue) = 83+82+13=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520D is #ACADF2. Grayscale: #4A4A4A. Windows color (decimal): -11316723 or 873043. OLE color: 873043.

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

Color convert

RGB 83 82 13 -
CMYK 0 0.01 0.84 0.67
HSL 59.14º 0.73% 0.19% -
HSV(B) 59.14º 0.84% 0.33% -
XYZ 6.66 7.9 1.56 -
YUV 74.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 83 82 13 0 0.01 0.84 0.67 59.14 0.73 0.19
Hex 53 52 D 0 1 54 43 3B 49 13
Octal 123 122 15 0 1 124 103 73 111 23
Binary 1010011 1010010 1101 0 1 1010100 1000011 111011 1001001 10011

Color Harmonies of #53520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520D

Black with #53520D

Text Example


Text Example

White with #53520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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