Html Css Color HEX #189142 Salem

📋 copy color: '#189142'

red 24 ◦ green 145 ◦ blue 66

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

Shades of Salem #189142

Tints of Salem #189142

RGB

 RED value IS 24 (9.77% from 255) = 10.21%

 GREEN value IS 145 (57.03% from 255) = 61.7%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 10.21%
G = 61.7%
B = 28.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#189142 (or 0x189142) is known color: Salem. HEX triplet: 18, 91 and 42. RGB value is (24,145,66). Sum of RGB (Red+Green+Blue) = 24+145+66=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #189142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189142 is #E76EBD. Grayscale: #646464. Windows color (decimal): -15167166 or 4362520. OLE color: 4362520.

HSL color Cylindrical-coordinate representation of color #189142: hue angle of 140.83º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189142 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 145 66 -
CMYK 0.83 0 0.54 0.43
HSL 140.83º 0.72% 0.33% -
HSV(B) 140.83º 0.83% 0.57% -
XYZ 11.49 20.84 8.57 -
YUV 99.82 108.91 73.92 -
System Red Green Blue C M Y K H S L
Decimal 24 145 66 0.83 0 0.54 0.43 140.83 0.72 0.33
Hex 18 91 42 53 0 36 2B 8D 48 21
Octal 30 221 102 123 0 66 53 215 110 41
Binary 11000 10010001 1000010 1010011 0 110110 101011 10001101 1001000 100001

Color Harmonies of #189142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189142

Black with #189142

Text Example


Text Example

White with #189142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189142; }

 p { color: rgb(24,145,66); }

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

background-color css

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

 a { background-color: rgb(24,145,66); }

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

border-color css

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

 span { border-color: rgb(24,145,66); }

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