Html Css Color HEX #1F784B Salem

📋 copy color: '#1F784B'

red 31 ◦ green 120 ◦ blue 75

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

Shades of Salem #1F784B

Tints of Salem #1F784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 13.72%
G = 53.1%
B = 33.19%

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

#1F784B (or 0x1F784B) is known color: Salem. HEX triplet: 1F, 78 and 4B. RGB value is (31,120,75). Sum of RGB (Red+Green+Blue) = 31+120+75=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #1F784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F784B is #E087B4. Grayscale: #585858. Windows color (decimal): -14714805 or 4945951. OLE color: 4945951.

HSL color Cylindrical-coordinate representation of color #1F784B: hue angle of 149.66º 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 #1F784B is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 75 -
CMYK 0.74 0 0.37 0.53
HSL 149.66º 0.59% 0.3% -
HSV(B) 149.66º 0.74% 0.47% -
XYZ 8.55 14.23 8.95 -
YUV 88.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 31 120 75 0.74 0 0.37 0.53 149.66 0.59 0.3
Hex 1F 78 4B 4A 0 25 35 96 3B 1E
Octal 37 170 113 112 0 45 65 226 73 36
Binary 11111 1111000 1001011 1001010 0 100101 110101 10010110 111011 11110

Color Harmonies of #1F784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F784B

Black with #1F784B

Text Example


Text Example

White with #1F784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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