#1F736B

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

Shades of Elm #1F736B

Tints of Elm #1F736B

Color information

#1F736B (or 0x1F736B) is unknown color: approx Elm. HEX triplet: 1F, 73 and 6B. RGB value is (31,115,107). Sum of RGB (Red+Green+Blue) = 31+115+107=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #1F736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F736B is #E08C94. Grayscale: #585858. Windows color (decimal): -14716053 or 7041823. OLE color: 7041823.

HSL color Cylindrical-coordinate representation of color #1F736B: hue angle of 174.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F736B is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB31115107-
CMYK0.7300.070.55
HSL174.29º57.53%28.63%-
HSV(B)174.29º73.04%45.1%-
XYZ9.3513.6116.04-
YUV88.97138.1786.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=12.25%
G=45.45%
B=42.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311151070.7300.070.55174.2957.5328.63
Hex1F736B490737ae3a1d
Octal3716315311107672567235
Binary1111111100111101011100100101111101111010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,107); }

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

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

 a { background-color: rgb(31,115,107); }

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

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

 span { border-color: rgb(31,115,107); }

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