Html Css Color HEX #188A41 Salem

📋 copy color: '#188A41'

red 24 ◦ green 138 ◦ blue 65

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

Shades of Salem #188A41

Tints of Salem #188A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 10.57%
G = 60.79%
B = 28.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#188A41 (or 0x188A41) is known color: Salem. HEX triplet: 18, 8A and 41. RGB value is (24,138,65). Sum of RGB (Red+Green+Blue) = 24+138+65=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #188A41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A41 is #E775BE. Grayscale: #5F5F5F. Windows color (decimal): -15168959 or 4295192. OLE color: 4295192.

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

Color convert

RGB 24 138 65 -
CMYK 0.83 0 0.53 0.46
HSL 141.58º 0.7% 0.32% -
HSV(B) 141.58º 0.83% 0.54% -
XYZ 10.42 18.75 8.07 -
YUV 95.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 24 138 65 0.83 0 0.53 0.46 141.58 0.7 0.32
Hex 18 8A 41 53 0 35 2E 8E 46 20
Octal 30 212 101 123 0 65 56 216 106 40
Binary 11000 10001010 1000001 1010011 0 110101 101110 10001110 1000110 100000

Color Harmonies of #188A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A41

Black with #188A41

Text Example


Text Example

White with #188A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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