Html Css Color HEX #1A5F49 Evening Sea

📋 copy color: '#1A5F49'

red 26 ◦ green 95 ◦ blue 73

#1A5F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #1A5F49

Tints of Evening Sea #1A5F49

RGB

 RED value IS 26 (10.55% from 255) = 13.4%

 GREEN value IS 95 (37.5% from 255) = 48.97%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 13.4%
G = 48.97%
B = 37.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#1A5F49 (or 0x1A5F49) is known color: Evening Sea. HEX triplet: 1A, 5F and 49. RGB value is (26,95,73). Sum of RGB (Red+Green+Blue) = 26+95+73=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5F49 is #E5A0B6. Grayscale: #474747. Windows color (decimal): -15048887 or 4808474. OLE color: 4808474.

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

Color convert

RGB 26 95 73 -
CMYK 0.73 0 0.23 0.63
HSL 160.87º 0.57% 0.24% -
HSV(B) 160.87º 0.73% 0.37% -
XYZ 5.72 8.89 7.72 -
YUV 71.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 26 95 73 0.73 0 0.23 0.63 160.87 0.57 0.24
Hex 1A 5F 49 49 0 17 3F A1 39 18
Octal 32 137 111 111 0 27 77 241 71 30
Binary 11010 1011111 1001001 1001001 0 10111 111111 10100001 111001 11000

Color Harmonies of #1A5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5F49

Black with #1A5F49

Text Example


Text Example

White with #1A5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,95,73); }

 H1.HeaderClassName
 {
   color: #1A5F49;
 }
 .AnyTagClassName
 {
   color: #1A5F49;
 }
</style>

background-color css

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

 a { background-color: rgb(26,95,73); }

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

border-color css

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

 span { border-color: rgb(26,95,73); }

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