#1B774C

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

Shades of Salem #1B774C

Tints of Salem #1B774C

Color information

#1B774C (or 0x1B774C) is unknown color: approx Salem. HEX triplet: 1B, 77 and 4C. RGB value is (27,119,76). Sum of RGB (Red+Green+Blue) = 27+119+76=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #1B774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B774C is #E488B3. Grayscale: #565656. Windows color (decimal): -14977204 or 5011227. OLE color: 5011227.

HSL color Cylindrical-coordinate representation of color #1B774C: hue angle of 151.96º 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 #1B774C is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB2711976-
CMYK0.7700.360.53
HSL151.96º63.01%28.63%-
HSV(B)151.96º77.31%46.67%-
XYZ8.3513.959.09-
YUV86.59122.0285.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=12.16%
G=53.60%
B=34.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27119760.7700.360.53151.9663.0128.63
Hex1B774C4D02435983f1d
Octal33167114115044652307735
Binary1101111101111001100100110101001001101011001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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