#138C42

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

Shades of Salem #138C42

Tints of Salem #138C42

Color information

#138C42 (or 0x138C42) is unknown color: approx Salem. HEX triplet: 13, 8C and 42. RGB value is (19,140,66). Sum of RGB (Red+Green+Blue) = 19+140+66=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #138C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138C42 is #EC73BD. Grayscale: #5F5F5F. Windows color (decimal): -15496126 or 4361235. OLE color: 4361235.

HSL color Cylindrical-coordinate representation of color #138C42: hue angle of 143.31º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C42 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1914066-
CMYK0.8600.530.45
HSL143.31º76.1%31.18%-
HSV(B)143.31º86.43%54.9%-
XYZ10.6319.298.32-
YUV95.38111.4173.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 140 (55.08% from 255) = 62.22%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=8.44%
G=62.22%
B=29.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140660.8600.530.45143.3176.131.18
Hex138C42560352D8f4c1f
Octal232141021260655521711437
Binary100111000110010000101010110011010110110110001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138C42; }

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

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

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

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

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

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

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

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