#1F7575

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

Shades of Elm #1F7575

Tints of Elm #1F7575

Color information

#1F7575 (or 0x1F7575) is unknown color: approx Elm. HEX triplet: 1F, 75 and 75. RGB value is (31,117,117). Sum of RGB (Red+Green+Blue) = 31+117+117=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #1F7575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7575 is #E08A8A. Grayscale: #5B5B5B. Windows color (decimal): -14715531 or 7697695. OLE color: 7697695.

HSL color Cylindrical-coordinate representation of color #1F7575: hue angle of 180º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7575 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB31117117-
CMYK0.74000.54
HSL180º58.11%29.02%-
HSV(B)180º73.5%45.88%-
XYZ10.1414.319.06-
YUV91.29142.5185-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=11.70%
G=44.15%
B=44.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311171170.74000.5418058.1129.02
Hex1F75754A0036b43a1d
Octal3716516511200662647235
Binary11111111010111101011001010001101101011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,117,117); }

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

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

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

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

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

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

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