#1B825A

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

Shades of Salem #1B825A

Tints of Salem #1B825A

Color information

#1B825A (or 0x1B825A) is unknown color: approx Salem. HEX triplet: 1B, 82 and 5A. RGB value is (27,130,90). Sum of RGB (Red+Green+Blue) = 27+130+90=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #1B825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B825A is #E47DA5. Grayscale: #5E5E5E. Windows color (decimal): -14974374 or 5931547. OLE color: 5931547.

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

Color convert

RGB2713090-
CMYK0.7900.310.49
HSL156.7º65.61%30.78%-
HSV(B)156.7º79.23%50.98%-
XYZ10.2816.9412.4-
YUV94.64125.3879.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=10.93%
G=52.63%
B=36.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27130900.7900.310.49156.765.6130.78
Hex1B825A4F01F319d421f
Octal332021321170376123510237
Binary11011100000101011010100111101111111000110011101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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