#538B5F

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

Shades of Como #538B5F

Tints of Como #538B5F

Color information

#538B5F (or 0x538B5F) is unknown color: approx Como. HEX triplet: 53, 8B and 5F. RGB value is (83,139,95). Sum of RGB (Red+Green+Blue) = 83+139+95=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #538B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B5F is #AC74A0. Grayscale: #757575. Windows color (decimal): -11302049 or 6261587. OLE color: 6261587.

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

Color convert

RGB8313995-
CMYK0.4000.320.45
HSL132.86º25.23%43.53%-
HSV(B)132.86º40.29%54.51%-
XYZ14.8721.1314.12-
YUV117.24115.45103.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=26.18%
G=43.85%
B=29.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139950.4000.320.45132.8625.2343.53
Hex538B5F280202D85192c
Octal12321313750040552053154
Binary101001110001011101111110100001000001011011000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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