Html Css Color HEX #53520B Verdun Green

📋 copy color: '#53520B'

red 83 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #53520B

Tints of Verdun Green #53520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 47.16%
G = 46.59%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53520B (or 0x53520B) is known color: Verdun Green. HEX triplet: 53, 52 and 0B. RGB value is (83,82,11). Sum of RGB (Red+Green+Blue) = 83+82+11=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520B is #ACADF4. Grayscale: #4A4A4A. Windows color (decimal): -11316725 or 741971. OLE color: 741971.

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

Color convert

RGB 83 82 11 -
CMYK 0 0.01 0.87 0.67
HSL 59.17º 0.77% 0.18% -
HSV(B) 59.17º 0.87% 0.33% -
XYZ 6.64 7.9 1.49 -
YUV 74.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 83 82 11 0 0.01 0.87 0.67 59.17 0.77 0.18
Hex 53 52 B 0 1 57 43 3B 4D 12
Octal 123 122 13 0 1 127 103 73 115 22
Binary 1010011 1010010 1011 0 1 1010111 1000011 111011 1001101 10010

Color Harmonies of #53520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520B

Black with #53520B

Text Example


Text Example

White with #53520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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