#1B824C

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

Shades of Salem #1B824C

Tints of Salem #1B824C

Color information

#1B824C (or 0x1B824C) is unknown color: approx Salem. HEX triplet: 1B, 82 and 4C. RGB value is (27,130,76). Sum of RGB (Red+Green+Blue) = 27+130+76=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #1B824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B824C is #E47DB3. Grayscale: #5D5D5D. Windows color (decimal): -14974388 or 5014043. OLE color: 5014043.

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

Color convert

RGB2713076-
CMYK0.7900.420.49
HSL148.54º65.61%30.78%-
HSV(B)148.54º79.23%50.98%-
XYZ9.7416.729.55-
YUV93.05118.3880.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=11.59%
G=55.79%
B=32.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27130760.7900.420.49148.5465.6130.78
Hex1B824C4F02A3195421f
Octal332021141170526122510237
Binary110111000001010011001001111010101011000110010101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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