#138942

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

Shades of Salem #138942

Tints of Salem #138942

Color information

#138942 (or 0x138942) is unknown color: approx Salem. HEX triplet: 13, 89 and 42. RGB value is (19,137,66). Sum of RGB (Red+Green+Blue) = 19+137+66=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #138942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138942 is #EC76BD. Grayscale: #5D5D5D. Windows color (decimal): -15496894 or 4360467. OLE color: 4360467.

HSL color Cylindrical-coordinate representation of color #138942: hue angle of 143.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138942 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1913766-
CMYK0.8600.520.46
HSL143.9º75.64%30.59%-
HSV(B)143.9º86.13%53.73%-
XYZ10.218.428.17-
YUV93.62112.4174.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 137 (53.91% from 255) = 61.71%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=8.56%
G=61.71%
B=29.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19137660.8600.520.46143.975.6430.59
Hex138942560342E904c1f
Octal232111021260645622011437
Binary100111000100110000101010110011010010111010010000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138942; }

 p { color: rgb(19,137,66); }

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

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

 a { background-color: rgb(19,137,66); }

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

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

 span { border-color: rgb(19,137,66); }

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