#18614A

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

Shades of Evening Sea #18614A

Tints of Evening Sea #18614A

Color information

#18614A (or 0x18614A) is unknown color: approx Evening Sea. HEX triplet: 18, 61 and 4A. RGB value is (24,97,74). Sum of RGB (Red+Green+Blue) = 24+97+74=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #18614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18614A is #E79EB5. Grayscale: #484848. Windows color (decimal): -15179446 or 4874520. OLE color: 4874520.

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

Color convert

RGB249774-
CMYK0.7500.240.62
HSL161.1º60.33%23.73%-
HSV(B)161.1º75.26%38.04%-
XYZ5.899.247.95-
YUV72.55128.8293.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=12.31%
G=49.74%
B=37.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497740.7500.240.62161.160.3323.73
Hex18614A4B0183Ea13c18
Octal30141112113030762417430
Binary110001100001100101010010110110001111101010000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18614A; }

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

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

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

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

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

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

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

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