Html Css Color HEX #1F784C Salem

📋 copy color: '#1F784C'

red 31 ◦ green 120 ◦ blue 76

#1F784C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1F784C

Tints of Salem #1F784C

RGB

 RED value IS 31 (12.5% from 255) = 13.66%

 GREEN value IS 120 (47.27% from 255) = 52.86%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 13.66%
G = 52.86%
B = 33.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#1F784C (or 0x1F784C) is known color: Salem. HEX triplet: 1F, 78 and 4C. RGB value is (31,120,76). Sum of RGB (Red+Green+Blue) = 31+120+76=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F784C is #E087B3. Grayscale: #585858. Windows color (decimal): -14714804 or 5011487. OLE color: 5011487.

HSL color Cylindrical-coordinate representation of color #1F784C: hue angle of 150.34º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F784C is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 76 -
CMYK 0.74 0 0.37 0.53
HSL 150.34º 0.59% 0.3% -
HSV(B) 150.34º 0.74% 0.47% -
XYZ 8.59 14.25 9.13 -
YUV 88.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 31 120 76 0.74 0 0.37 0.53 150.34 0.59 0.3
Hex 1F 78 4C 4A 0 25 35 96 3B 1E
Octal 37 170 114 112 0 45 65 226 73 36
Binary 11111 1111000 1001100 1001010 0 100101 110101 10010110 111011 11110

Color Harmonies of #1F784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F784C

Black with #1F784C

Text Example


Text Example

White with #1F784C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F784C;
 }
 .AnyTagClassName
 {
   color: #1F784C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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