Html Css Color HEX #505E40 Cabbage Pont

📋 copy color: '#505E40'

red 80 ◦ green 94 ◦ blue 64

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

Shades of Cabbage Pont #505E40

Tints of Cabbage Pont #505E40

RGB

 RED value IS 80 (31.64% from 255) = 33.61%

 GREEN value IS 94 (37.11% from 255) = 39.5%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 33.61%
G = 39.5%
B = 26.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#505E40 (or 0x505E40) is known color: Cabbage Pont. HEX triplet: 50, 5E and 40. RGB value is (80,94,64). Sum of RGB (Red+Green+Blue) = 80+94+64=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #505E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E40 is #AFA1BF. Grayscale: #565656. Windows color (decimal): -11510208 or 4218448. OLE color: 4218448.

HSL color Cylindrical-coordinate representation of color #505E40: hue angle of 88º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505E40 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 64 -
CMYK 0.15 0 0.32 0.63
HSL 88º 0.19% 0.31% -
HSV(B) 88º 0.32% 0.37% -
XYZ 8.24 10.08 6.36 -
YUV 86.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 80 94 64 0.15 0 0.32 0.63 88 0.19 0.31
Hex 50 5E 40 F 0 20 3F 58 13 1F
Octal 120 136 100 17 0 40 77 130 23 37
Binary 1010000 1011110 1000000 1111 0 100000 111111 1011000 10011 11111

Color Harmonies of #505E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E40

Black with #505E40

Text Example


Text Example

White with #505E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E40; }

 p { color: rgb(80,94,64); }

 H1.HeaderClassName
 {
   color: #505E40;
 }
 .AnyTagClassName
 {
   color: #505E40;
 }
</style>

background-color css

<style>
 a { background-color: #505E40; }

 a { background-color: rgb(80,94,64); }

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

border-color css

<style>
 span { border-color: #505E40; }

 span { border-color: rgb(80,94,64); }

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