#265D49

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

Shades of Evening Sea #265D49

Tints of Evening Sea #265D49

Color information

#265D49 (or 0x265D49) is unknown color: approx Evening Sea. HEX triplet: 26, 5D and 49. RGB value is (38,93,73). Sum of RGB (Red+Green+Blue) = 38+93+73=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #265D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D49 is #D9A2B6. Grayscale: #4A4A4A. Windows color (decimal): -14262967 or 4807974. OLE color: 4807974.

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

Color convert

RGB389373-
CMYK0.5900.220.64
HSL158.18º41.98%25.69%-
HSV(B)158.18º59.14%36.47%-
XYZ5.928.727.67-
YUV74.27127.28102.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=18.63%
G=45.59%
B=35.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893730.5900.220.64158.1841.9825.69
Hex265D493B016409e2a1a
Octal46135111730261002365232
Binary1001101011101100100111101101011010000001001111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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