#1B7472

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

Shades of Elm #1B7472

Tints of Elm #1B7472

Color information

#1B7472 (or 0x1B7472) is unknown color: approx Elm. HEX triplet: 1B, 74 and 72. RGB value is (27,116,114). Sum of RGB (Red+Green+Blue) = 27+116+114=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7472 is #E48B8D. Grayscale: #595959. Windows color (decimal): -14977934 or 7500827. OLE color: 7500827.

HSL color Cylindrical-coordinate representation of color #1B7472: hue angle of 178.65º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7472 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB27116114-
CMYK0.7700.020.55
HSL178.65º62.24%28.04%-
HSV(B)178.65º76.72%45.49%-
XYZ9.7313.9418.1-
YUV89.16142.0183.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 116 (45.70% from 255) = 45.14%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=10.51%
G=45.14%
B=44.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal271161140.7700.020.55178.6562.2428.04
Hex1B74724D0237b33e1c
Octal3316416211502672637634
Binary110111110100111001010011010101101111011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,116,114); }

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

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

 a { background-color: rgb(27,116,114); }

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

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

 span { border-color: rgb(27,116,114); }

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