#266049

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

Shades of Evening Sea #266049

Tints of Evening Sea #266049

Color information

#266049 (or 0x266049) is unknown color: approx Evening Sea. HEX triplet: 26, 60 and 49. RGB value is (38,96,73). Sum of RGB (Red+Green+Blue) = 38+96+73=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #266049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266049 is #D99FB6. Grayscale: #4C4C4C. Windows color (decimal): -14262199 or 4808742. OLE color: 4808742.

HSL color Cylindrical-coordinate representation of color #266049: hue angle of 156.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266049 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB389673-
CMYK0.6000.240.62
HSL156.21º43.28%26.27%-
HSV(B)156.21º60.42%37.65%-
XYZ6.189.267.76-
YUV76.04126.28100.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=18.36%
G=46.38%
B=35.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896730.6000.240.62156.2143.2826.27
Hex2660493C0183E9c2b1a
Octal4614011174030762345332
Binary100110110000010010011111000110001111101001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266049; }

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

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

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

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

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

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

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

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