Html Css Color HEX #19764B Salem

📋 copy color: '#19764B'

red 25 ◦ green 118 ◦ blue 75

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

Shades of Salem #19764B

Tints of Salem #19764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 11.47%
G = 54.13%
B = 34.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#19764B (or 0x19764B) is known color: Salem. HEX triplet: 19, 76 and 4B. RGB value is (25,118,75). Sum of RGB (Red+Green+Blue) = 25+118+75=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #19764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19764B is #E689B4. Grayscale: #555555. Windows color (decimal): -15108533 or 4945433. OLE color: 4945433.

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

Color convert

RGB 25 118 75 -
CMYK 0.79 0 0.36 0.54
HSL 152.26º 0.65% 0.28% -
HSV(B) 152.26º 0.79% 0.46% -
XYZ 8.15 13.67 8.87 -
YUV 85.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 25 118 75 0.79 0 0.36 0.54 152.26 0.65 0.28
Hex 19 76 4B 4F 0 24 36 98 41 1C
Octal 31 166 113 117 0 44 66 230 101 34
Binary 11001 1110110 1001011 1001111 0 100100 110110 10011000 1000001 11100

Color Harmonies of #19764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19764B

Black with #19764B

Text Example


Text Example

White with #19764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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