#1B824E

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

Shades of Salem #1B824E

Tints of Salem #1B824E

Color information

#1B824E (or 0x1B824E) is unknown color: approx Salem. HEX triplet: 1B, 82 and 4E. RGB value is (27,130,78). Sum of RGB (Red+Green+Blue) = 27+130+78=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #1B824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B824E is #E47DB1. Grayscale: #5D5D5D. Windows color (decimal): -14974386 or 5145115. OLE color: 5145115.

HSL color Cylindrical-coordinate representation of color #1B824E: hue angle of 149.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B824E is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2713078-
CMYK0.7900.400.49
HSL149.71º65.61%30.78%-
HSV(B)149.71º79.23%50.98%-
XYZ9.8116.759.92-
YUV93.28119.3880.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=11.49%
G=55.32%
B=33.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27130780.7900.400.49149.7165.6130.78
Hex1B824E4F0283196421f
Octal332021161170506122610237
Binary110111000001010011101001111010100011000110010110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,130,78); }

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

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

 a { background-color: rgb(27,130,78); }

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

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

 span { border-color: rgb(27,130,78); }

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