#538661

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

Shades of Como #538661

Tints of Como #538661

Color information

#538661 (or 0x538661) is unknown color: approx Como. HEX triplet: 53, 86 and 61. RGB value is (83,134,97). Sum of RGB (Red+Green+Blue) = 83+134+97=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #538661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538661 is #AC799E. Grayscale: #727272. Windows color (decimal): -11303327 or 6391379. OLE color: 6391379.

HSL color Cylindrical-coordinate representation of color #538661: hue angle of 136.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538661 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB8313497-
CMYK0.3800.280.47
HSL136.47º23.5%42.55%-
HSV(B)136.47º38.06%52.55%-
XYZ14.2519.7514.37-
YUV114.53118.1105.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=26.43%
G=42.68%
B=30.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134970.3800.280.47136.4723.542.55
Hex5386612601C2F88182b
Octal12320614146034572103053
Binary10100111000011011000011001100111001011111000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538661; }

 p { color: rgb(83,134,97); }

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

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

 a { background-color: rgb(83,134,97); }

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

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

 span { border-color: rgb(83,134,97); }

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