#538460

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

Shades of Como #538460

Tints of Como #538460

Color information

#538460 (or 0x538460) is unknown color: approx Como. HEX triplet: 53, 84 and 60. RGB value is (83,132,96). Sum of RGB (Red+Green+Blue) = 83+132+96=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #538460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538460 is #AC7B9F. Grayscale: #717171. Windows color (decimal): -11303840 or 6325331. OLE color: 6325331.

HSL color Cylindrical-coordinate representation of color #538460: hue angle of 135.92º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538460 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB8313296-
CMYK0.3700.270.48
HSL135.92º22.79%42.16%-
HSV(B)135.92º37.12%51.76%-
XYZ13.9319.1914.04-
YUV113.24118.27106.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=26.69%
G=42.44%
B=30.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132960.3700.270.48135.9222.7942.16
Hex5384602501B3088172a
Octal12320414045033602102752
Binary10100111000010011000001001010110111100001000100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538460; }

 p { color: rgb(83,132,96); }

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

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

 a { background-color: rgb(83,132,96); }

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

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

 span { border-color: rgb(83,132,96); }

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