#189340

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

Shades of Salem #189340

Tints of Salem #189340

Color information

#189340 (or 0x189340) is unknown color: approx Salem. HEX triplet: 18, 93 and 40. RGB value is (24,147,64). Sum of RGB (Red+Green+Blue) = 24+147+64=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #189340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189340 is #E76CBF. Grayscale: #646464. Windows color (decimal): -15166656 or 4231960. OLE color: 4231960.

HSL color Cylindrical-coordinate representation of color #189340: hue angle of 139.51º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189340 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB2414764-
CMYK0.8400.560.42
HSL139.51º71.93%33.53%-
HSV(B)139.51º83.67%57.65%-
XYZ11.7421.438.37-
YUV100.76107.2573.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 147 (57.81% from 255) = 62.55%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=10.21%
G=62.55%
B=27.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24147640.8400.560.42139.5171.9333.53
Hex189340540382A8c4822
Octal302231001240705221411042
Binary1100010010011100000010101000111000101010100011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189340; }

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

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

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

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

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

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

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

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