Html Css Color HEX #188552 Salem

📋 copy color: '#188552'

red 24 ◦ green 133 ◦ blue 82

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

Shades of Salem #188552

Tints of Salem #188552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

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

R = 10.04%
G = 55.65%
B = 34.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#188552 (or 0x188552) is known color: Salem. HEX triplet: 18, 85 and 52. RGB value is (24,133,82). Sum of RGB (Red+Green+Blue) = 24+133+82=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #188552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188552 is #E77AAD. Grayscale: #5E5E5E. Windows color (decimal): -15170222 or 5408024. OLE color: 5408024.

HSL color Cylindrical-coordinate representation of color #188552: hue angle of 151.93º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188552 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 82 -
CMYK 0.82 0 0.38 0.48
HSL 151.93º 0.69% 0.31% -
HSV(B) 151.93º 0.82% 0.52% -
XYZ 10.29 17.58 10.83 -
YUV 94.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 24 133 82 0.82 0 0.38 0.48 151.93 0.69 0.31
Hex 18 85 52 52 0 26 30 98 45 1F
Octal 30 205 122 122 0 46 60 230 105 37
Binary 11000 10000101 1010010 1010010 0 100110 110000 10011000 1000101 11111

Color Harmonies of #188552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188552

Black with #188552

Text Example


Text Example

White with #188552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188552; }

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

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

background-color css

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

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

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

border-color css

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

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

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