Html Css Color HEX #1F764C Salem

📋 copy color: '#1F764C'

red 31 ◦ green 118 ◦ blue 76

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

Shades of Salem #1F764C

Tints of Salem #1F764C

RGB

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

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

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

R = 13.78%
G = 52.44%
B = 33.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#1F764C (or 0x1F764C) is known color: Salem. HEX triplet: 1F, 76 and 4C. RGB value is (31,118,76). Sum of RGB (Red+Green+Blue) = 31+118+76=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #1F764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F764C is #E089B3. Grayscale: #575757. Windows color (decimal): -14715316 or 5010975. OLE color: 5010975.

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

Color convert

RGB 31 118 76 -
CMYK 0.74 0 0.36 0.54
HSL 151.03º 0.58% 0.29% -
HSV(B) 151.03º 0.74% 0.46% -
XYZ 8.35 13.77 9.06 -
YUV 87.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 31 118 76 0.74 0 0.36 0.54 151.03 0.58 0.29
Hex 1F 76 4C 4A 0 24 36 97 3A 1D
Octal 37 166 114 112 0 44 66 227 72 35
Binary 11111 1110110 1001100 1001010 0 100100 110110 10010111 111010 11101

Color Harmonies of #1F764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F764C

Black with #1F764C

Text Example


Text Example

White with #1F764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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