Html Css Color HEX #53510F Verdun Green

📋 copy color: '#53510F'

red 83 ◦ green 81 ◦ blue 15

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

Shades of Verdun Green #53510F

Tints of Verdun Green #53510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 46.37%
G = 45.25%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53510F (or 0x53510F) is known color: Verdun Green. HEX triplet: 53, 51 and 0F. RGB value is (83,81,15). Sum of RGB (Red+Green+Blue) = 83+81+15=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53510F is #ACAEF0. Grayscale: #4A4A4A. Windows color (decimal): -11316977 or 1003859. OLE color: 1003859.

HSL color Cylindrical-coordinate representation of color #53510F: hue angle of 58.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53510F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 15 -
CMYK 0 0.02 0.82 0.67
HSL 58.24º 0.69% 0.19% -
HSV(B) 58.24º 0.82% 0.33% -
XYZ 6.6 7.76 1.6 -
YUV 74.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 83 81 15 0 0.02 0.82 0.67 58.24 0.69 0.19
Hex 53 51 F 0 2 52 43 3A 45 13
Octal 123 121 17 0 2 122 103 72 105 23
Binary 1010011 1010001 1111 0 10 1010010 1000011 111010 1000101 10011

Color Harmonies of #53510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53510F

Black with #53510F

Text Example


Text Example

White with #53510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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