Html Css Color HEX #1F714F Salem

📋 copy color: '#1F714F'

red 31 ◦ green 113 ◦ blue 79

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

Shades of Salem #1F714F

Tints of Salem #1F714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.67%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 13.9%
G = 50.67%
B = 35.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#1F714F (or 0x1F714F) is known color: Salem. HEX triplet: 1F, 71 and 4F. RGB value is (31,113,79). Sum of RGB (Red+Green+Blue) = 31+113+79=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #1F714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F714F is #E08EB0. Grayscale: #545454. Windows color (decimal): -14716593 or 5206303. OLE color: 5206303.

HSL color Cylindrical-coordinate representation of color #1F714F: hue angle of 155.12º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F714F is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 79 -
CMYK 0.73 0 0.30 0.56
HSL 155.12º 0.57% 0.28% -
HSV(B) 155.12º 0.73% 0.44% -
XYZ 7.88 12.67 9.43 -
YUV 84.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 31 113 79 0.73 0 0.30 0.56 155.12 0.57 0.28
Hex 1F 71 4F 49 0 1E 38 9B 39 1C
Octal 37 161 117 111 0 36 70 233 71 34
Binary 11111 1110001 1001111 1001001 0 11110 111000 10011011 111001 11100

Color Harmonies of #1F714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F714F

Black with #1F714F

Text Example


Text Example

White with #1F714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,79); }

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

background-color css

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

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

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

border-color css

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

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

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