Html Css Color HEX #188448 Salem

📋 copy color: '#188448'

red 24 ◦ green 132 ◦ blue 72

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

Shades of Salem #188448

Tints of Salem #188448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

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

R = 10.53%
G = 57.89%
B = 31.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#188448 (or 0x188448) is known color: Salem. HEX triplet: 18, 84 and 48. RGB value is (24,132,72). Sum of RGB (Red+Green+Blue) = 24+132+72=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #188448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188448 is #E77BB7. Grayscale: #5D5D5D. Windows color (decimal): -15170488 or 4752408. OLE color: 4752408.

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

Color convert

RGB 24 132 72 -
CMYK 0.82 0 0.45 0.48
HSL 146.67º 0.69% 0.31% -
HSV(B) 146.67º 0.82% 0.52% -
XYZ 9.8 17.16 8.93 -
YUV 92.87 116.22 78.88 -
System Red Green Blue C M Y K H S L
Decimal 24 132 72 0.82 0 0.45 0.48 146.67 0.69 0.31
Hex 18 84 48 52 0 2D 30 93 45 1F
Octal 30 204 110 122 0 55 60 223 105 37
Binary 11000 10000100 1001000 1010010 0 101101 110000 10010011 1000101 11111

Color Harmonies of #188448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188448

Black with #188448

Text Example


Text Example

White with #188448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188448; }

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

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

background-color css

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

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

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

border-color css

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

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

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