#538260

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

Shades of Como #538260

Tints of Como #538260

Color information

#538260 (or 0x538260) is unknown color: approx Como. HEX triplet: 53, 82 and 60. RGB value is (83,130,96). Sum of RGB (Red+Green+Blue) = 83+130+96=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #538260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538260 is #AC7D9F. Grayscale: #707070. Windows color (decimal): -11304352 or 6324819. OLE color: 6324819.

HSL color Cylindrical-coordinate representation of color #538260: hue angle of 136.6º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538260 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8313096-
CMYK0.3600.260.49
HSL136.6º22.07%41.76%-
HSV(B)136.6º36.15%50.98%-
XYZ13.6618.6513.95-
YUV112.07118.93107.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=26.86%
G=42.07%
B=31.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83130960.3600.260.49136.622.0741.76
Hex5382602401A3189162a
Octal12320214044032612112652
Binary10100111000001011000001001000110101100011000100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538260; }

 p { color: rgb(83,130,96); }

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

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

 a { background-color: rgb(83,130,96); }

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

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

 span { border-color: rgb(83,130,96); }

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