#1B824D

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

Shades of Salem #1B824D

Tints of Salem #1B824D

Color information

#1B824D (or 0x1B824D) is unknown color: approx Salem. HEX triplet: 1B, 82 and 4D. RGB value is (27,130,77). Sum of RGB (Red+Green+Blue) = 27+130+77=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #1B824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B824D is #E47DB2. Grayscale: #5D5D5D. Windows color (decimal): -14974387 or 5079579. OLE color: 5079579.

HSL color Cylindrical-coordinate representation of color #1B824D: hue angle of 149.13º 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 #1B824D is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB2713077-
CMYK0.7900.410.49
HSL149.13º65.61%30.78%-
HSV(B)149.13º79.23%50.98%-
XYZ9.7716.739.74-
YUV93.16118.8880.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=11.54%
G=55.56%
B=32.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27130770.7900.410.49149.1365.6130.78
Hex1B824D4F0293195421f
Octal332021151170516122510237
Binary110111000001010011011001111010100111000110010101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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