#1B716F

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

Shades of Elm #1B716F

Tints of Elm #1B716F

Color information

#1B716F (or 0x1B716F) is unknown color: approx Elm. HEX triplet: 1B, 71 and 6F. RGB value is (27,113,111). Sum of RGB (Red+Green+Blue) = 27+113+111=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1B716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B716F is #E48E90. Grayscale: #565656. Windows color (decimal): -14978705 or 7303451. OLE color: 7303451.

HSL color Cylindrical-coordinate representation of color #1B716F: hue angle of 178.6º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B716F is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB27113111-
CMYK0.7600.020.56
HSL178.6º61.43%27.45%-
HSV(B)178.6º76.11%44.31%-
XYZ9.2313.1917.1-
YUV87.06141.5185.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 113 (44.53% from 255) = 45.02%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=10.76%
G=45.02%
B=44.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271131110.7600.020.56178.661.4327.45
Hex1B716F4C0238b33d1b
Octal3316115711402702637533
Binary110111110001110111110011000101110001011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,113,111); }

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

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

 a { background-color: rgb(27,113,111); }

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

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

 span { border-color: rgb(27,113,111); }

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