#1B774F

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

Shades of Salem #1B774F

Tints of Salem #1B774F

Color information

#1B774F (or 0x1B774F) is unknown color: approx Salem. HEX triplet: 1B, 77 and 4F. RGB value is (27,119,79). Sum of RGB (Red+Green+Blue) = 27+119+79=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #1B774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B774F is #E488B0. Grayscale: #565656. Windows color (decimal): -14977201 or 5207835. OLE color: 5207835.

HSL color Cylindrical-coordinate representation of color #1B774F: hue angle of 153.91º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B774F is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB2711979-
CMYK0.7700.340.53
HSL153.91º63.01%28.63%-
HSV(B)153.91º77.31%46.67%-
XYZ8.4613.999.65-
YUV86.93123.5285.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=12%
G=52.89%
B=35.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119790.7700.340.53153.9163.0128.63
Hex1B774F4D022359a3f1d
Octal33167117115042652327735
Binary1101111101111001111100110101000101101011001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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