#508965

Color #508965 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #508965

Tints of Como #508965

Color information

#508965 (or 0x508965) is unknown color: approx Como. HEX triplet: 50, 89 and 65. RGB value is (80,137,101). Sum of RGB (Red+Green+Blue) = 80+137+101=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #508965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508965 is #AF769A. Grayscale: #737373. Windows color (decimal): -11499163 or 6654288. OLE color: 6654288.

HSL color Cylindrical-coordinate representation of color #508965: hue angle of 142.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508965 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB80137101-
CMYK0.4200.260.46
HSL142.11º26.27%42.55%-
HSV(B)142.11º41.61%53.73%-
XYZ14.620.5415.51-
YUV115.85119.62102.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=25.16%
G=43.08%
B=31.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371010.4200.260.46142.1126.2742.55
Hex5089652A01A2E8e1a2b
Octal12021114552032562163253
Binary10100001000100111001011010100110101011101000111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508965; }

 p { color: rgb(80,137,101); }

 H1.HeaderClassName
 {
   color: #508965;
 }
 .AnyTagClassName
 {
   color: #508965;
 }
</style>
background-color css

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

 a { background-color: rgb(80,137,101); }

 div.DivClassName
 {
   background-color: #508965;
 }
 .BgClassName
 {
   background-color: #508965;
 }
</style>
border-color css

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

 span { border-color: rgb(80,137,101); }

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