Html Css Color HEX #515D46 Cabbage Pont

📋 copy color: '#515D46'

red 81 ◦ green 93 ◦ blue 70

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

Shades of Cabbage Pont #515D46

Tints of Cabbage Pont #515D46

RGB

 RED value IS 81 (32.03% from 255) = 33.2%

 GREEN value IS 93 (36.72% from 255) = 38.11%

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 33.2%
G = 38.11%
B = 28.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#515D46 (or 0x515D46) is known color: Cabbage Pont. HEX triplet: 51, 5D and 46. RGB value is (81,93,70). Sum of RGB (Red+Green+Blue) = 81+93+70=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #515D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D46 is #AEA2B9. Grayscale: #565656. Windows color (decimal): -11444922 or 4611409. OLE color: 4611409.

HSL color Cylindrical-coordinate representation of color #515D46: hue angle of 91.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #515D46 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 70 -
CMYK 0.13 0 0.25 0.64
HSL 91.3º 0.14% 0.32% -
HSV(B) 91.3º 0.25% 0.36% -
XYZ 8.41 10.02 7.29 -
YUV 86.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 81 93 70 0.13 0 0.25 0.64 91.3 0.14 0.32
Hex 51 5D 46 D 0 19 40 5B E 20
Octal 121 135 106 15 0 31 100 133 16 40
Binary 1010001 1011101 1000110 1101 0 11001 1000000 1011011 1110 100000

Color Harmonies of #515D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D46

Black with #515D46

Text Example


Text Example

White with #515D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515D46; }

 p { color: rgb(81,93,70); }

 H1.HeaderClassName
 {
   color: #515D46;
 }
 .AnyTagClassName
 {
   color: #515D46;
 }
</style>

background-color css

<style>
 a { background-color: #515D46; }

 a { background-color: rgb(81,93,70); }

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

border-color css

<style>
 span { border-color: #515D46; }

 span { border-color: rgb(81,93,70); }

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