Html Css Color HEX #53520C Verdun Green

📋 copy color: '#53520C'

red 83 ◦ green 82 ◦ blue 12

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

Shades of Verdun Green #53520C

Tints of Verdun Green #53520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 46.89%
G = 46.33%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53520C (or 0x53520C) is known color: Verdun Green. HEX triplet: 53, 52 and 0C. RGB value is (83,82,12). Sum of RGB (Red+Green+Blue) = 83+82+12=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520C is #ACADF3. Grayscale: #4A4A4A. Windows color (decimal): -11316724 or 807507. OLE color: 807507.

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

Color convert

RGB 83 82 12 -
CMYK 0 0.01 0.86 0.67
HSL 59.15º 0.75% 0.19% -
HSV(B) 59.15º 0.86% 0.33% -
XYZ 6.65 7.9 1.52 -
YUV 74.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 83 82 12 0 0.01 0.86 0.67 59.15 0.75 0.19
Hex 53 52 C 0 1 56 43 3B 4B 13
Octal 123 122 14 0 1 126 103 73 113 23
Binary 1010011 1010010 1100 0 1 1010110 1000011 111011 1001011 10011

Color Harmonies of #53520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520C

Black with #53520C

Text Example


Text Example

White with #53520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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