Html Css Color HEX #53510C Verdun Green

📋 copy color: '#53510C'

red 83 ◦ green 81 ◦ blue 12

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

Shades of Verdun Green #53510C

Tints of Verdun Green #53510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 47.16%
G = 46.02%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53510C (or 0x53510C) is known color: Verdun Green. HEX triplet: 53, 51 and 0C. RGB value is (83,81,12). Sum of RGB (Red+Green+Blue) = 83+81+12=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53510C is #ACAEF3. Grayscale: #4A4A4A. Windows color (decimal): -11316980 or 807251. OLE color: 807251.

HSL color Cylindrical-coordinate representation of color #53510C: hue angle of 58.31º 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 #53510C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 12 -
CMYK 0 0.02 0.86 0.67
HSL 58.31º 0.75% 0.19% -
HSV(B) 58.31º 0.86% 0.33% -
XYZ 6.58 7.75 1.5 -
YUV 73.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 83 81 12 0 0.02 0.86 0.67 58.31 0.75 0.19
Hex 53 51 C 0 2 56 43 3A 4B 13
Octal 123 121 14 0 2 126 103 72 113 23
Binary 1010011 1010001 1100 0 10 1010110 1000011 111010 1001011 10011

Color Harmonies of #53510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53510C

Black with #53510C

Text Example


Text Example

White with #53510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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