#265E49

Color #265E49 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #265E49

Tints of Evening Sea #265E49

Color information

#265E49 (or 0x265E49) is unknown color: approx Evening Sea. HEX triplet: 26, 5E and 49. RGB value is (38,94,73). Sum of RGB (Red+Green+Blue) = 38+94+73=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #265E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E49 is #D9A1B6. Grayscale: #4A4A4A. Windows color (decimal): -14262711 or 4808230. OLE color: 4808230.

HSL color Cylindrical-coordinate representation of color #265E49: hue angle of 157.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E49 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB389473-
CMYK0.6000.220.63
HSL157.5º42.42%25.88%-
HSV(B)157.5º59.57%36.86%-
XYZ68.97.7-
YUV74.86126.95101.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=18.54%
G=45.85%
B=35.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894730.6000.220.63157.542.4225.88
Hex265E493C0163F9e2a1a
Octal4613611174026772365232
Binary100110101111010010011111000101101111111001111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E49; }

 p { color: rgb(38,94,73); }

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

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

 a { background-color: rgb(38,94,73); }

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

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

 span { border-color: rgb(38,94,73); }

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