#1A5846

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

Shades of Evening Sea #1A5846

Tints of Evening Sea #1A5846

Color information

#1A5846 (or 0x1A5846) is unknown color: approx Evening Sea. HEX triplet: 1A, 58 and 46. RGB value is (26,88,70). Sum of RGB (Red+Green+Blue) = 26+88+70=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #1A5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5846 is #E5A7B9. Grayscale: #434343. Windows color (decimal): -15050682 or 4610074. OLE color: 4610074.

HSL color Cylindrical-coordinate representation of color #1A5846: hue angle of 162.58º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5846 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB268870-
CMYK0.7000.200.65
HSL162.58º54.39%22.35%-
HSV(B)162.58º70.45%34.51%-
XYZ5.027.647-
YUV67.41129.4698.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.13%
GREEN value IS 88 (34.77% from 255) = 47.83%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=14.13%
G=47.83%
B=38.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688700.7000.200.65162.5854.3922.35
Hex1A58464601441a33616
Octal321301061060241012436626
Binary1101010110001000110100011001010010000011010001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5846; }

 p { color: rgb(26,88,70); }

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

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

 a { background-color: rgb(26,88,70); }

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

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

 span { border-color: rgb(26,88,70); }

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