Html Css Color HEX #1A5A49 Evening Sea

📋 copy color: '#1A5A49'

red 26 ◦ green 90 ◦ blue 73

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

Shades of Evening Sea #1A5A49

Tints of Evening Sea #1A5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.62%

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

R = 13.76%
G = 47.62%
B = 38.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#1A5A49 (or 0x1A5A49) is known color: Evening Sea. HEX triplet: 1A, 5A and 49. RGB value is (26,90,73). Sum of RGB (Red+Green+Blue) = 26+90+73=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #1A5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5A49 is #E5A5B6. Grayscale: #444444. Windows color (decimal): -15050167 or 4807194. OLE color: 4807194.

HSL color Cylindrical-coordinate representation of color #1A5A49: hue angle of 164.06º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5A49 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 90 73 -
CMYK 0.71 0 0.19 0.65
HSL 164.06º 0.55% 0.23% -
HSV(B) 164.06º 0.71% 0.35% -
XYZ 5.28 8.01 7.57 -
YUV 68.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 26 90 73 0.71 0 0.19 0.65 164.06 0.55 0.23
Hex 1A 5A 49 47 0 13 41 A4 37 17
Octal 32 132 111 107 0 23 101 244 67 27
Binary 11010 1011010 1001001 1000111 0 10011 1000001 10100100 110111 10111

Color Harmonies of #1A5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5A49

Black with #1A5A49

Text Example


Text Example

White with #1A5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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