#1B834C

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

Shades of Salem #1B834C

Tints of Salem #1B834C

Color information

#1B834C (or 0x1B834C) is unknown color: approx Salem. HEX triplet: 1B, 83 and 4C. RGB value is (27,131,76). Sum of RGB (Red+Green+Blue) = 27+131+76=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #1B834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B834C is #E47CB3. Grayscale: #5D5D5D. Windows color (decimal): -14974132 or 5014299. OLE color: 5014299.

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

Color convert

RGB2713176-
CMYK0.7900.420.49
HSL148.27º65.82%30.98%-
HSV(B)148.27º79.39%51.37%-
XYZ9.8716.999.6-
YUV93.63118.0480.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 131 (51.56% from 255) = 55.98%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=11.54%
G=55.98%
B=32.48%

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
Decimal27131760.7900.420.49148.2765.8230.98
Hex1B834C4F02A3194421f
Octal332031141170526122410237
Binary110111000001110011001001111010101011000110010100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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