Html Css Color HEX #19754F Salem

📋 copy color: '#19754F'

red 25 ◦ green 117 ◦ blue 79

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

Shades of Salem #19754F

Tints of Salem #19754F

RGB

 RED value IS 25 (10.16% from 255) = 11.31%

 GREEN value IS 117 (46.09% from 255) = 52.94%

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

R = 11.31%
G = 52.94%
B = 35.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#19754F (or 0x19754F) is known color: Salem. HEX triplet: 19, 75 and 4F. RGB value is (25,117,79). Sum of RGB (Red+Green+Blue) = 25+117+79=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #19754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19754F is #E68AB0. Grayscale: #555555. Windows color (decimal): -15108785 or 5207321. OLE color: 5207321.

HSL color Cylindrical-coordinate representation of color #19754F: hue angle of 155.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19754F is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 79 -
CMYK 0.79 0 0.32 0.54
HSL 155.22º 0.65% 0.28% -
HSV(B) 155.22º 0.79% 0.46% -
XYZ 8.17 13.49 9.57 -
YUV 85.16 124.52 85.09 -
System Red Green Blue C M Y K H S L
Decimal 25 117 79 0.79 0 0.32 0.54 155.22 0.65 0.28
Hex 19 75 4F 4F 0 20 36 9B 41 1C
Octal 31 165 117 117 0 40 66 233 101 34
Binary 11001 1110101 1001111 1001111 0 100000 110110 10011011 1000001 11100

Color Harmonies of #19754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19754F

Black with #19754F

Text Example


Text Example

White with #19754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19754F; }

 p { color: rgb(25,117,79); }

 H1.HeaderClassName
 {
   color: #19754F;
 }
 .AnyTagClassName
 {
   color: #19754F;
 }
</style>

background-color css

<style>
 a { background-color: #19754F; }

 a { background-color: rgb(25,117,79); }

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

border-color css

<style>
 span { border-color: #19754F; }

 span { border-color: rgb(25,117,79); }

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