#265949

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

Shades of Evening Sea #265949

Tints of Evening Sea #265949

Color information

#265949 (or 0x265949) is unknown color: approx Evening Sea. HEX triplet: 26, 59 and 49. RGB value is (38,89,73). Sum of RGB (Red+Green+Blue) = 38+89+73=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #265949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265949 is #D9A6B6. Grayscale: #474747. Windows color (decimal): -14263991 or 4806950. OLE color: 4806950.

HSL color Cylindrical-coordinate representation of color #265949: hue angle of 161.18º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265949 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB388973-
CMYK0.5700.180.65
HSL161.18º40.16%24.9%-
HSV(B)161.18º57.3%34.9%-
XYZ5.578.047.56-
YUV71.93128.6103.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=19%
G=44.5%
B=36.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889730.5700.180.65161.1840.1624.9
Hex2659493901241a12819
Octal46131111710221012415031
Binary1001101011001100100111100101001010000011010000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265949; }

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

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

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

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

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

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

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

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