#1b824b

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

Shades of Salem #1B824B

Tints of Salem #1B824B

Color information

#1B824B (or 0x1B824B) is unknown color: approx Salem. HEX triplet: 1B, 82 and 4B. RGB value is (27,130,75). Sum of RGB (Red+Green+Blue) = 27+130+75=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #1B824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B824B is #E47DB4. Grayscale: #5D5D5D. Windows color (decimal): -14974389 or 4948507. OLE color: 4948507.

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

Color convert

RGB2713075-
CMYK0.7900.420.49
HSL147.96º65.61%30.78%-
HSV(B)147.96º79.23%50.98%-
XYZ9.716.719.37-
YUV92.93117.8880.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=11.64%
G=56.03%
B=32.33%

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
Decimal27130750.7900.420.49147.9665.6130.78
Hex1B824B4F02A3194421f
Octal332021131170526122410237
Binary110111000001010010111001111010101011000110010100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b824b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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