Html Css Color HEX #1F764E Salem

📋 copy color: '#1F764E'

red 31 ◦ green 118 ◦ blue 78

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

Shades of Salem #1F764E

Tints of Salem #1F764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 13.66%
G = 51.98%
B = 34.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#1F764E (or 0x1F764E) is known color: Salem. HEX triplet: 1F, 76 and 4E. RGB value is (31,118,78). Sum of RGB (Red+Green+Blue) = 31+118+78=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #1F764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F764E is #E089B1. Grayscale: #575757. Windows color (decimal): -14715314 or 5142047. OLE color: 5142047.

HSL color Cylindrical-coordinate representation of color #1F764E: hue angle of 152.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F764E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 78 -
CMYK 0.74 0 0.34 0.54
HSL 152.41º 0.58% 0.29% -
HSV(B) 152.41º 0.74% 0.46% -
XYZ 8.42 13.8 9.43 -
YUV 87.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 31 118 78 0.74 0 0.34 0.54 152.41 0.58 0.29
Hex 1F 76 4E 4A 0 22 36 98 3A 1D
Octal 37 166 116 112 0 42 66 230 72 35
Binary 11111 1110110 1001110 1001010 0 100010 110110 10011000 111010 11101

Color Harmonies of #1F764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F764E

Black with #1F764E

Text Example


Text Example

White with #1F764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,78); }

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

background-color css

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

 a { background-color: rgb(31,118,78); }

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

border-color css

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

 span { border-color: rgb(31,118,78); }

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