Html Css Color HEX #1A6149 Evening Sea

📋 copy color: '#1A6149'

red 26 ◦ green 97 ◦ blue 73

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

Shades of Evening Sea #1A6149

Tints of Evening Sea #1A6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.49%

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

R = 13.27%
G = 49.49%
B = 37.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#1A6149 (or 0x1A6149) is known color: Evening Sea. HEX triplet: 1A, 61 and 49. RGB value is (26,97,73). Sum of RGB (Red+Green+Blue) = 26+97+73=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6149 is #E59EB6. Grayscale: #494949. Windows color (decimal): -15048375 or 4808986. OLE color: 4808986.

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

Color convert

RGB 26 97 73 -
CMYK 0.73 0 0.25 0.62
HSL 159.72º 0.58% 0.24% -
HSV(B) 159.72º 0.73% 0.38% -
XYZ 5.9 9.25 7.78 -
YUV 73.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 26 97 73 0.73 0 0.25 0.62 159.72 0.58 0.24
Hex 1A 61 49 49 0 19 3E A0 3A 18
Octal 32 141 111 111 0 31 76 240 72 30
Binary 11010 1100001 1001001 1001001 0 11001 111110 10100000 111010 11000

Color Harmonies of #1A6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6149

Black with #1A6149

Text Example


Text Example

White with #1A6149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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