Html Css Color HEX #1F7751 Salem

📋 copy color: '#1F7751'

red 31 ◦ green 119 ◦ blue 81

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

Shades of Salem #1F7751

Tints of Salem #1F7751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 13.42%
G = 51.52%
B = 35.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#1F7751 (or 0x1F7751) is known color: Salem. HEX triplet: 1F, 77 and 51. RGB value is (31,119,81). Sum of RGB (Red+Green+Blue) = 31+119+81=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7751 is #E088AE. Grayscale: #585858. Windows color (decimal): -14715055 or 5338911. OLE color: 5338911.

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

Color convert

RGB 31 119 81 -
CMYK 0.74 0 0.32 0.53
HSL 154.09º 0.59% 0.29% -
HSV(B) 154.09º 0.74% 0.47% -
XYZ 8.65 14.08 10.05 -
YUV 88.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 31 119 81 0.74 0 0.32 0.53 154.09 0.59 0.29
Hex 1F 77 51 4A 0 20 35 9A 3B 1D
Octal 37 167 121 112 0 40 65 232 73 35
Binary 11111 1110111 1010001 1001010 0 100000 110101 10011010 111011 11101

Color Harmonies of #1F7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7751

Black with #1F7751

Text Example


Text Example

White with #1F7751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,81); }

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

background-color css

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

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

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

border-color css

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

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

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