Html Css Color HEX #53510E Verdun Green

📋 copy color: '#53510E'

red 83 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #53510E

Tints of Verdun Green #53510E

RGB

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

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

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

R = 46.63%
G = 45.51%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53510E (or 0x53510E) is known color: Verdun Green. HEX triplet: 53, 51 and 0E. RGB value is (83,81,14). Sum of RGB (Red+Green+Blue) = 83+81+14=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53510E is #ACAEF1. Grayscale: #4A4A4A. Windows color (decimal): -11316978 or 938323. OLE color: 938323.

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

Color convert

RGB 83 81 14 -
CMYK 0 0.02 0.83 0.67
HSL 58.26º 0.71% 0.19% -
HSV(B) 58.26º 0.83% 0.33% -
XYZ 6.59 7.76 1.57 -
YUV 73.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 83 81 14 0 0.02 0.83 0.67 58.26 0.71 0.19
Hex 53 51 E 0 2 53 43 3A 47 13
Octal 123 121 16 0 2 123 103 72 107 23
Binary 1010011 1010001 1110 0 10 1010011 1000011 111010 1000111 10011

Color Harmonies of #53510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53510E

Black with #53510E

Text Example


Text Example

White with #53510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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