Html Css Color HEX #188A40 Salem

📋 copy color: '#188A40'

red 24 ◦ green 138 ◦ blue 64

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

Shades of Salem #188A40

Tints of Salem #188A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 61.06%

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

R = 10.62%
G = 61.06%
B = 28.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#188A40 (or 0x188A40) is known color: Salem. HEX triplet: 18, 8A and 40. RGB value is (24,138,64). Sum of RGB (Red+Green+Blue) = 24+138+64=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 138 (54.30% from 255 or 61.06% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 138 - color contains mainly: green. Hex color #188A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A40 is #E775BF. Grayscale: #5F5F5F. Windows color (decimal): -15168960 or 4229656. OLE color: 4229656.

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

Color convert

RGB 24 138 64 -
CMYK 0.83 0 0.54 0.46
HSL 141.05º 0.7% 0.32% -
HSV(B) 141.05º 0.83% 0.54% -
XYZ 10.39 18.74 7.92 -
YUV 95.48 110.23 77.02 -
System Red Green Blue C M Y K H S L
Decimal 24 138 64 0.83 0 0.54 0.46 141.05 0.7 0.32
Hex 18 8A 40 53 0 36 2E 8D 46 20
Octal 30 212 100 123 0 66 56 215 106 40
Binary 11000 10001010 1000000 1010011 0 110110 101110 10001101 1000110 100000

Color Harmonies of #188A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A40

Black with #188A40

Text Example


Text Example

White with #188A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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