Html Css Color HEX #1F5A49 Evening Sea

📋 copy color: '#1F5A49'

red 31 ◦ green 90 ◦ blue 73

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

Shades of Evening Sea #1F5A49

Tints of Evening Sea #1F5A49

RGB

 RED value IS 31 (12.5% from 255) = 15.98%

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

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

R = 15.98%
G = 46.39%
B = 37.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#1F5A49 (or 0x1F5A49) is known color: Evening Sea. HEX triplet: 1F, 5A and 49. RGB value is (31,90,73). Sum of RGB (Red+Green+Blue) = 31+90+73=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5A49 is #E0A5B6. Grayscale: #464646. Windows color (decimal): -14722487 or 4807199. OLE color: 4807199.

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

Color convert

RGB 31 90 73 -
CMYK 0.66 0 0.19 0.65
HSL 162.71º 0.49% 0.24% -
HSV(B) 162.71º 0.66% 0.35% -
XYZ 5.42 8.08 7.58 -
YUV 70.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 31 90 73 0.66 0 0.19 0.65 162.71 0.49 0.24
Hex 1F 5A 49 42 0 13 41 A3 31 18
Octal 37 132 111 102 0 23 101 243 61 30
Binary 11111 1011010 1001001 1000010 0 10011 1000001 10100011 110001 11000

Color Harmonies of #1F5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5A49

Black with #1F5A49

Text Example


Text Example

White with #1F5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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