Html Css Color HEX #188952 Salem

📋 copy color: '#188952'

red 24 ◦ green 137 ◦ blue 82

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

Shades of Salem #188952

Tints of Salem #188952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 9.88%
G = 56.38%
B = 33.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#188952 (or 0x188952) is known color: Salem. HEX triplet: 18, 89 and 52. RGB value is (24,137,82). Sum of RGB (Red+Green+Blue) = 24+137+82=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #188952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188952 is #E776AD. Grayscale: #616161. Windows color (decimal): -15169198 or 5409048. OLE color: 5409048.

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

Color convert

RGB 24 137 82 -
CMYK 0.82 0 0.40 0.46
HSL 150.8º 0.7% 0.32% -
HSV(B) 150.8º 0.82% 0.54% -
XYZ 10.85 18.69 11.02 -
YUV 96.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 24 137 82 0.82 0 0.40 0.46 150.8 0.7 0.32
Hex 18 89 52 52 0 28 2E 97 46 20
Octal 30 211 122 122 0 50 56 227 106 40
Binary 11000 10001001 1010010 1010010 0 101000 101110 10010111 1000110 100000

Color Harmonies of #188952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188952

Black with #188952

Text Example


Text Example

White with #188952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188952; }

 p { color: rgb(24,137,82); }

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

background-color css

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

 a { background-color: rgb(24,137,82); }

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

border-color css

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

 span { border-color: rgb(24,137,82); }

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