#1A604A

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

Shades of Evening Sea #1A604A

Tints of Evening Sea #1A604A

Color information

#1A604A (or 0x1A604A) is unknown color: approx Evening Sea. HEX triplet: 1A, 60 and 4A. RGB value is (26,96,74). Sum of RGB (Red+Green+Blue) = 26+96+74=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #1A604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A604A is #E59FB5. Grayscale: #484848. Windows color (decimal): -15048630 or 4874266. OLE color: 4874266.

HSL color Cylindrical-coordinate representation of color #1A604A: hue angle of 161.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A604A is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB269674-
CMYK0.7300.230.62
HSL161.14º57.38%23.92%-
HSV(B)161.14º72.92%37.65%-
XYZ5.849.087.92-
YUV72.56128.8194.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=13.27%
G=48.98%
B=37.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696740.7300.230.62161.1457.3823.92
Hex1A604A490173Ea13918
Octal32140112111027762417130
Binary110101100000100101010010010101111111101010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,74); }

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

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

 a { background-color: rgb(26,96,74); }

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

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

 span { border-color: rgb(26,96,74); }

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