#1C7375

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

Shades of Elm #1C7375

Tints of Elm #1C7375

Color information

#1C7375 (or 0x1C7375) is unknown color: approx Elm. HEX triplet: 1C, 73 and 75. RGB value is (28,115,117). Sum of RGB (Red+Green+Blue) = 28+115+117=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C7375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7375 is #E38C8A. Grayscale: #595959. Windows color (decimal): -14912651 or 7697180. OLE color: 7697180.

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

Color convert

RGB28115117-
CMYK0.760.0200.54
HSL181.35º61.38%28.43%-
HSV(B)181.35º76.07%45.88%-
XYZ9.8213.7918.97-
YUV89.22143.6884.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.77%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 117 (46.09% from 255) = 45%
R=10.77%
G=44.23%
B=45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281151170.760.0200.54181.3561.3828.43
Hex1C73754C2036b53d1c
Octal3416316511420662657534
Binary111001110011111010110011001001101101011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,115,117); }

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

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

 a { background-color: rgb(28,115,117); }

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

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

 span { border-color: rgb(28,115,117); }

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