Html Css Color HEX #19824C Salem

📋 copy color: '#19824C'

red 25 ◦ green 130 ◦ blue 76

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

Shades of Salem #19824C

Tints of Salem #19824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.28%

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

R = 10.82%
G = 56.28%
B = 32.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#19824C (or 0x19824C) is known color: Salem. HEX triplet: 19, 82 and 4C. RGB value is (25,130,76). Sum of RGB (Red+Green+Blue) = 25+130+76=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #19824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19824C is #E67DB3. Grayscale: #5C5C5C. Windows color (decimal): -15105460 or 5014041. OLE color: 5014041.

HSL color Cylindrical-coordinate representation of color #19824C: hue angle of 149.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19824C is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 76 -
CMYK 0.81 0 0.42 0.49
HSL 149.14º 0.68% 0.3% -
HSV(B) 149.14º 0.81% 0.51% -
XYZ 9.69 16.69 9.55 -
YUV 92.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 25 130 76 0.81 0 0.42 0.49 149.14 0.68 0.3
Hex 19 82 4C 51 0 2A 31 95 44 1E
Octal 31 202 114 121 0 52 61 225 104 36
Binary 11001 10000010 1001100 1010001 0 101010 110001 10010101 1000100 11110

Color Harmonies of #19824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19824C

Black with #19824C

Text Example


Text Example

White with #19824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19824C; }

 p { color: rgb(25,130,76); }

 H1.HeaderClassName
 {
   color: #19824C;
 }
 .AnyTagClassName
 {
   color: #19824C;
 }
</style>

background-color css

<style>
 a { background-color: #19824C; }

 a { background-color: rgb(25,130,76); }

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

border-color css

<style>
 span { border-color: #19824C; }

 span { border-color: rgb(25,130,76); }

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