#1F6349

Color #1F6349 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1F6349

Tints of Evening Sea #1F6349

Color information

#1F6349 (or 0x1F6349) is unknown color: approx Evening Sea. HEX triplet: 1F, 63 and 49. RGB value is (31,99,73). Sum of RGB (Red+Green+Blue) = 31+99+73=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6349 is #E09CB6. Grayscale: #4B4B4B. Windows color (decimal): -14720183 or 4809503. OLE color: 4809503.

HSL color Cylindrical-coordinate representation of color #1F6349: hue angle of 157.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6349 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB319973-
CMYK0.6900.260.61
HSL157.06º52.31%25.49%-
HSV(B)157.06º68.69%38.82%-
XYZ6.239.77.85-
YUV75.7126.4796.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=15.27%
G=48.77%
B=35.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3199730.6900.260.61157.0652.3125.49
Hex1F63494501A3D9d3419
Octal37143111105032752356431
Binary111111100011100100110001010110101111011001110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F6349;
 }
 .AnyTagClassName
 {
   color: #1F6349;
 }
</style>
background-color css

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

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

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

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

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

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