#538B62

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

Shades of Como #538B62

Tints of Como #538B62

Color information

#538B62 (or 0x538B62) is unknown color: approx Como. HEX triplet: 53, 8B and 62. RGB value is (83,139,98). Sum of RGB (Red+Green+Blue) = 83+139+98=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #538B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B62 is #AC749D. Grayscale: #757575. Windows color (decimal): -11302046 or 6458195. OLE color: 6458195.

HSL color Cylindrical-coordinate representation of color #538B62: hue angle of 136.07º 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 #538B62 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB8313998-
CMYK0.4000.290.45
HSL136.07º25.23%43.53%-
HSV(B)136.07º40.29%54.51%-
XYZ1521.1914.85-
YUV117.58116.95103.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=25.94%
G=43.44%
B=30.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139980.4000.290.45136.0725.2343.53
Hex538B622801D2D88192c
Octal12321314250035552103154
Binary10100111000101111000101010000111011011011000100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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