#538965

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

Shades of Como #538965

Tints of Como #538965

Color information

#538965 (or 0x538965) is unknown color: approx Como. HEX triplet: 53, 89 and 65. RGB value is (83,137,101). Sum of RGB (Red+Green+Blue) = 83+137+101=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #538965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538965 is #AC769A. Grayscale: #747474. Windows color (decimal): -11302555 or 6654291. OLE color: 6654291.

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

Color convert

RGB83137101-
CMYK0.3900.260.46
HSL140º24.55%43.14%-
HSV(B)140º39.42%53.73%-
XYZ14.8620.6715.52-
YUV116.75119.11103.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=25.86%
G=42.68%
B=31.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371010.3900.260.4614024.5543.14
Hex5389652701A2E8c192b
Octal12321114547032562143153
Binary10100111000100111001011001110110101011101000110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538965; }

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

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

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

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

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

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

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

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