#1B7874

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

Shades of Elm #1B7874

Tints of Elm #1B7874

Color information

#1B7874 (or 0x1B7874) is unknown color: approx Elm. HEX triplet: 1B, 78 and 74. RGB value is (27,120,116). Sum of RGB (Red+Green+Blue) = 27+120+116=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #1B7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7874 is #E4878B. Grayscale: #5B5B5B. Windows color (decimal): -14976908 or 7632923. OLE color: 7632923.

HSL color Cylindrical-coordinate representation of color #1B7874: hue angle of 177.42º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7874 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB27120116-
CMYK0.7800.030.53
HSL177.42º63.27%28.82%-
HSV(B)177.42º77.5%47.06%-
XYZ10.3214.9318.86-
YUV91.74141.6981.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=10.27%
G=45.63%
B=44.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271201160.7800.030.53177.4263.2728.82
Hex1B78744E0335b13f1d
Octal3317016411603652617735
Binary110111111000111010010011100111101011011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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