#1B724F

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

Shades of Salem #1B724F

Tints of Salem #1B724F

Color information

#1B724F (or 0x1B724F) is unknown color: approx Salem. HEX triplet: 1B, 72 and 4F. RGB value is (27,114,79). Sum of RGB (Red+Green+Blue) = 27+114+79=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #1B724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B724F is #E48DB0. Grayscale: #545454. Windows color (decimal): -14978481 or 5206555. OLE color: 5206555.

HSL color Cylindrical-coordinate representation of color #1B724F: hue angle of 155.86º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B724F is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB2711479-
CMYK0.7600.310.55
HSL155.86º61.7%27.65%-
HSV(B)155.86º76.32%44.71%-
XYZ7.8812.839.46-
YUV84125.1887.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=12.27%
G=51.82%
B=35.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114790.7600.310.55155.8661.727.65
Hex1B724F4C01F379c3e1c
Octal33162117114037672347634
Binary110111110010100111110011000111111101111001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,79); }

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

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

 a { background-color: rgb(27,114,79); }

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

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

 span { border-color: rgb(27,114,79); }

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