#1B8740

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

Shades of Salem #1B8740

Tints of Salem #1B8740

Color information

#1B8740 (or 0x1B8740) is unknown color: approx Salem. HEX triplet: 1B, 87 and 40. RGB value is (27,135,64). Sum of RGB (Red+Green+Blue) = 27+135+64=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #1B8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8740 is #E478BF. Grayscale: #5E5E5E. Windows color (decimal): -14973120 or 4228891. OLE color: 4228891.

HSL color Cylindrical-coordinate representation of color #1B8740: hue angle of 140.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8740 is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB2713564-
CMYK0.800.530.47
HSL140.56º66.67%31.76%-
HSV(B)140.56º80%52.94%-
XYZ10.0417.937.78-
YUV94.61110.7279.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 135 (53.12% from 255) = 59.73%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=11.95%
G=59.73%
B=28.32%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27135640.800.530.47140.5666.6731.76
Hex1B8740500352F8d4320
Octal332071001200655721510340
Binary1101110000111100000010100000110101101111100011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8740; }

 p { color: rgb(27,135,64); }

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

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

 a { background-color: rgb(27,135,64); }

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

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

 span { border-color: rgb(27,135,64); }

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