Html Css Color HEX #188440 Salem

📋 copy color: '#188440'

red 24 ◦ green 132 ◦ blue 64

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

Shades of Salem #188440

Tints of Salem #188440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 10.91%
G = 60%
B = 29.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#188440 (or 0x188440) is known color: Salem. HEX triplet: 18, 84 and 40. RGB value is (24,132,64). Sum of RGB (Red+Green+Blue) = 24+132+64=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #188440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188440 is #E77BBF. Grayscale: #5C5C5C. Windows color (decimal): -15170496 or 4228120. OLE color: 4228120.

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

Color convert

RGB 24 132 64 -
CMYK 0.82 0 0.52 0.48
HSL 142.22º 0.69% 0.31% -
HSV(B) 142.22º 0.82% 0.52% -
XYZ 9.55 17.07 7.64 -
YUV 91.96 112.22 79.53 -
System Red Green Blue C M Y K H S L
Decimal 24 132 64 0.82 0 0.52 0.48 142.22 0.69 0.31
Hex 18 84 40 52 0 34 30 8E 45 1F
Octal 30 204 100 122 0 64 60 216 105 37
Binary 11000 10000100 1000000 1010010 0 110100 110000 10001110 1000101 11111

Color Harmonies of #188440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188440

Black with #188440

Text Example


Text Example

White with #188440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188440; }

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

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

background-color css

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

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

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

border-color css

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

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

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