Html Css Color HEX #188D40 Salem

📋 copy color: '#188D40'

red 24 ◦ green 141 ◦ blue 64

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

Shades of Salem #188D40

Tints of Salem #188D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 61.57%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 10.48%
G = 61.57%
B = 27.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#188D40 (or 0x188D40) is known color: Salem. HEX triplet: 18, 8D and 40. RGB value is (24,141,64). Sum of RGB (Red+Green+Blue) = 24+141+64=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #188D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188D40 is #E772BF. Grayscale: #616161. Windows color (decimal): -15168192 or 4230424. OLE color: 4230424.

HSL color Cylindrical-coordinate representation of color #188D40: hue angle of 140.51º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D40 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 141 64 -
CMYK 0.83 0 0.55 0.45
HSL 140.51º 0.71% 0.32% -
HSV(B) 140.51º 0.83% 0.55% -
XYZ 10.83 19.61 8.07 -
YUV 97.24 109.24 75.76 -
System Red Green Blue C M Y K H S L
Decimal 24 141 64 0.83 0 0.55 0.45 140.51 0.71 0.32
Hex 18 8D 40 53 0 37 2D 8D 47 20
Octal 30 215 100 123 0 67 55 215 107 40
Binary 11000 10001101 1000000 1010011 0 110111 101101 10001101 1000111 100000

Color Harmonies of #188D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D40

Black with #188D40

Text Example


Text Example

White with #188D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188D40; }

 p { color: rgb(24,141,64); }

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

background-color css

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

 a { background-color: rgb(24,141,64); }

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

border-color css

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

 span { border-color: rgb(24,141,64); }

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