#187272

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

Shades of Elm #187272

Tints of Elm #187272

Color information

#187272 (or 0x187272) is unknown color: approx Elm. HEX triplet: 18, 72 and 72. RGB value is (24,114,114). Sum of RGB (Red+Green+Blue) = 24+114+114=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #187272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187272 is #E78D8D. Grayscale: #575757. Windows color (decimal): -15175054 or 7500312. OLE color: 7500312.

HSL color Cylindrical-coordinate representation of color #187272: hue angle of 180º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187272 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB24114114-
CMYK0.79000.55
HSL180º65.22%27.06%-
HSV(B)180º78.95%44.71%-
XYZ9.4313.4418.02-
YUV87.09143.1883-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=9.52%
G=45.24%
B=45.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241141140.79000.5518065.2227.06
Hex1872724F0037b4411b
Octal30162162117006726410133
Binary110001110010111001010011110011011110110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187272; }

 p { color: rgb(24,114,114); }

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

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

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

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

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

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

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