#1A614A

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

Shades of Evening Sea #1A614A

Tints of Evening Sea #1A614A

Color information

#1A614A (or 0x1A614A) is unknown color: approx Evening Sea. HEX triplet: 1A, 61 and 4A. RGB value is (26,97,74). Sum of RGB (Red+Green+Blue) = 26+97+74=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #1A614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A614A is #E59EB5. Grayscale: #494949. Windows color (decimal): -15048374 or 4874522. OLE color: 4874522.

HSL color Cylindrical-coordinate representation of color #1A614A: hue angle of 160.56º degrees, saturation: 0.58, 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 #1A614A is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB269774-
CMYK0.7300.240.62
HSL160.56º57.72%24.12%-
HSV(B)160.56º73.2%38.04%-
XYZ5.949.267.95-
YUV73.15128.4894.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=13.20%
G=49.24%
B=37.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697740.7300.240.62160.5657.7224.12
Hex1A614A490183Ea13a18
Octal32141112111030762417230
Binary110101100001100101010010010110001111101010000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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