#188441

Color #188441 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #188441

Tints of Salem #188441

Color information

#188441 (or 0x188441) is unknown color: approx Salem. HEX triplet: 18, 84 and 41. RGB value is (24,132,65). Sum of RGB (Red+Green+Blue) = 24+132+65=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #188441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188441 is #E77BBE. Grayscale: #5C5C5C. Windows color (decimal): -15170495 or 4293656. OLE color: 4293656.

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

Color convert

RGB2413265-
CMYK0.8200.510.48
HSL142.78º69.23%30.59%-
HSV(B)142.78º81.82%51.76%-
XYZ9.5817.087.79-
YUV92.07112.7279.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=10.86%
G=59.73%
B=29.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24132650.8200.510.48142.7869.2330.59
Hex18844152033308f451f
Octal302041011220636021710537
Binary110001000010010000011010010011001111000010001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188441; }

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

 H1.HeaderClassName
 {
   color: #188441;
 }
 .AnyTagClassName
 {
   color: #188441;
 }
</style>
background-color css

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

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

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

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

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

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