#1F7E4C

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

Shades of Salem #1F7E4C

Tints of Salem #1F7E4C

Color information

#1F7E4C (or 0x1F7E4C) is unknown color: approx Salem. HEX triplet: 1F, 7E and 4C. RGB value is (31,126,76). Sum of RGB (Red+Green+Blue) = 31+126+76=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7E4C is #E081B3. Grayscale: #5B5B5B. Windows color (decimal): -14713268 or 5013023. OLE color: 5013023.

HSL color Cylindrical-coordinate representation of color #1F7E4C: hue angle of 148.42º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7E4C is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB3112676-
CMYK0.7500.400.51
HSL148.42º60.51%30.78%-
HSV(B)148.42º75.4%49.41%-
XYZ9.3315.739.38-
YUV91.9119.0384.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 126 (49.61% from 255) = 54.08%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=13.30%
G=54.08%
B=32.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31126760.7500.400.51148.4260.5130.78
Hex1F7E4C4B02833943d1f
Octal37176114113050632247537
Binary1111111111101001100100101101010001100111001010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,76); }

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

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

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

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

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

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

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