#1A5C48

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

Shades of Evening Sea #1A5C48

Tints of Evening Sea #1A5C48

Color information

#1A5C48 (or 0x1A5C48) is unknown color: approx Evening Sea. HEX triplet: 1A, 5C and 48. RGB value is (26,92,72). Sum of RGB (Red+Green+Blue) = 26+92+72=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5C48 is #E5A3B7. Grayscale: #454545. Windows color (decimal): -15049656 or 4742170. OLE color: 4742170.

HSL color Cylindrical-coordinate representation of color #1A5C48: hue angle of 161.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5C48 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB269272-
CMYK0.7200.220.64
HSL161.82º55.93%23.14%-
HSV(B)161.82º71.74%36.08%-
XYZ5.428.347.46-
YUV69.99129.1396.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=13.68%
G=48.42%
B=37.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2692720.7200.220.64161.8255.9323.14
Hex1A5C484801640a23817
Octal321341101100261002427027
Binary1101010111001001000100100001011010000001010001011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,92,72); }

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

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

 a { background-color: rgb(26,92,72); }

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

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

 span { border-color: rgb(26,92,72); }

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