#538761

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

Shades of Como #538761

Tints of Como #538761

Color information

#538761 (or 0x538761) is unknown color: approx Como. HEX triplet: 53, 87 and 61. RGB value is (83,135,97). Sum of RGB (Red+Green+Blue) = 83+135+97=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #538761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538761 is #AC789E. Grayscale: #737373. Windows color (decimal): -11303071 or 6391635. OLE color: 6391635.

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

Color convert

RGB8313597-
CMYK0.3900.280.47
HSL136.15º23.85%42.75%-
HSV(B)136.15º38.52%52.94%-
XYZ14.3920.0314.42-
YUV115.12117.77105.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=26.35%
G=42.86%
B=30.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135970.3900.280.47136.1523.8542.75
Hex5387612701C2F88182b
Octal12320714147034572103053
Binary10100111000011111000011001110111001011111000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538761; }

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

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

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

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

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

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

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

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