#1F736A

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

Shades of Elm #1F736A

Tints of Elm #1F736A

Color information

#1F736A (or 0x1F736A) is unknown color: approx Elm. HEX triplet: 1F, 73 and 6A. RGB value is (31,115,106). Sum of RGB (Red+Green+Blue) = 31+115+106=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1F736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F736A is #E08C95. Grayscale: #585858. Windows color (decimal): -14716054 or 6976287. OLE color: 6976287.

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

Color convert

RGB31115106-
CMYK0.7300.080.55
HSL173.57º57.53%28.63%-
HSV(B)173.57º73.04%45.1%-
XYZ9.313.5915.77-
YUV88.86137.6786.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=12.30%
G=45.63%
B=42.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311151060.7300.080.55173.5757.5328.63
Hex1F736A490837ae3a1d
Octal37163152111010672567235
Binary11111111001111010101001001010001101111010111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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