Html Css Color HEX #19764F Salem

📋 copy color: '#19764F'

red 25 ◦ green 118 ◦ blue 79

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

Shades of Salem #19764F

Tints of Salem #19764F

RGB

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

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

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

R = 11.26%
G = 53.15%
B = 35.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#19764F (or 0x19764F) is known color: Salem. HEX triplet: 19, 76 and 4F. RGB value is (25,118,79). Sum of RGB (Red+Green+Blue) = 25+118+79=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #19764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19764F is #E689B0. Grayscale: #555555. Windows color (decimal): -15108529 or 5207577. OLE color: 5207577.

HSL color Cylindrical-coordinate representation of color #19764F: hue angle of 154.84º 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 #19764F is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 118 79 -
CMYK 0.79 0 0.33 0.54
HSL 154.84º 0.65% 0.28% -
HSV(B) 154.84º 0.79% 0.46% -
XYZ 8.29 13.73 9.61 -
YUV 85.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 25 118 79 0.79 0 0.33 0.54 154.84 0.65 0.28
Hex 19 76 4F 4F 0 21 36 9B 41 1C
Octal 31 166 117 117 0 41 66 233 101 34
Binary 11001 1110110 1001111 1001111 0 100001 110110 10011011 1000001 11100

Color Harmonies of #19764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19764F

Black with #19764F

Text Example


Text Example

White with #19764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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