Html Css Color HEX #1F6549 Evening Sea

📋 copy color: '#1F6549'

red 31 ◦ green 101 ◦ blue 73

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

Shades of Evening Sea #1F6549

Tints of Evening Sea #1F6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.27%

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

R = 15.12%
G = 49.27%
B = 35.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#1F6549 (or 0x1F6549) is known color: Evening Sea. HEX triplet: 1F, 65 and 49. RGB value is (31,101,73). Sum of RGB (Red+Green+Blue) = 31+101+73=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6549 is #E09AB6. Grayscale: #4C4C4C. Windows color (decimal): -14719671 or 4810015. OLE color: 4810015.

HSL color Cylindrical-coordinate representation of color #1F6549: hue angle of 156º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6549 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 101 73 -
CMYK 0.69 0 0.28 0.60
HSL 156º 0.53% 0.26% -
HSV(B) 156º 0.69% 0.4% -
XYZ 6.42 10.08 7.91 -
YUV 76.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 31 101 73 0.69 0 0.28 0.60 156 0.53 0.26
Hex 1F 65 49 45 0 1C 3C 9C 35 1A
Octal 37 145 111 105 0 34 74 234 65 32
Binary 11111 1100101 1001001 1000101 0 11100 111100 10011100 110101 11010

Color Harmonies of #1F6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6549

Black with #1F6549

Text Example


Text Example

White with #1F6549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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