#538E62

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

Shades of Como #538E62

Tints of Como #538E62

Color information

#538E62 (or 0x538E62) is unknown color: approx Como. HEX triplet: 53, 8E and 62. RGB value is (83,142,98). Sum of RGB (Red+Green+Blue) = 83+142+98=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #538E62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E62 is #AC719D. Grayscale: #777777. Windows color (decimal): -11301278 or 6458963. OLE color: 6458963.

HSL color Cylindrical-coordinate representation of color #538E62: hue angle of 135.25º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E62 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB8314298-
CMYK0.4200.310.44
HSL135.25º26.22%44.12%-
HSV(B)135.25º41.55%55.69%-
XYZ15.4422.0715-
YUV119.34115.95102.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=25.70%
G=43.96%
B=30.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83142980.4200.310.44135.2526.2244.12
Hex538E622A01F2C871a2c
Octal12321614252037542073254
Binary10100111000111011000101010100111111011001000011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538E62; }

 p { color: rgb(83,142,98); }

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

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

 a { background-color: rgb(83,142,98); }

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

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

 span { border-color: rgb(83,142,98); }

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