#538B61

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

Shades of Como #538B61

Tints of Como #538B61

Color information

#538B61 (or 0x538B61) is unknown color: approx Como. HEX triplet: 53, 8B and 61. RGB value is (83,139,97). Sum of RGB (Red+Green+Blue) = 83+139+97=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #538B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B61 is #AC749E. Grayscale: #757575. Windows color (decimal): -11302047 or 6392659. OLE color: 6392659.

HSL color Cylindrical-coordinate representation of color #538B61: hue angle of 135º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B61 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB8313997-
CMYK0.4000.300.45
HSL135º25.23%43.53%-
HSV(B)135º40.29%54.51%-
XYZ14.9621.1714.61-
YUV117.47116.45103.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=26.02%
G=43.57%
B=30.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139970.4000.300.4513525.2343.53
Hex538B612801E2D87192c
Octal12321314150036552073154
Binary10100111000101111000011010000111101011011000011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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