Html Css Color HEX #188B48 Salem

📋 copy color: '#188B48'

red 24 ◦ green 139 ◦ blue 72

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

Shades of Salem #188B48

Tints of Salem #188B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.15%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 10.21%
G = 59.15%
B = 30.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#188B48 (or 0x188B48) is known color: Salem. HEX triplet: 18, 8B and 48. RGB value is (24,139,72). Sum of RGB (Red+Green+Blue) = 24+139+72=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #188B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188B48 is #E774B7. Grayscale: #616161. Windows color (decimal): -15168696 or 4754200. OLE color: 4754200.

HSL color Cylindrical-coordinate representation of color #188B48: hue angle of 145.04º 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 #188B48 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 139 72 -
CMYK 0.83 0 0.48 0.45
HSL 145.04º 0.71% 0.32% -
HSV(B) 145.04º 0.83% 0.55% -
XYZ 10.78 19.13 9.25 -
YUV 96.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 24 139 72 0.83 0 0.48 0.45 145.04 0.71 0.32
Hex 18 8B 48 53 0 30 2D 91 47 20
Octal 30 213 110 123 0 60 55 221 107 40
Binary 11000 10001011 1001000 1010011 0 110000 101101 10010001 1000111 100000

Color Harmonies of #188B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188B48

Black with #188B48

Text Example


Text Example

White with #188B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,139,72); }

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

background-color css

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

 a { background-color: rgb(24,139,72); }

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

border-color css

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

 span { border-color: rgb(24,139,72); }

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