#1c764f

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

Shades of Salem #1C764F

Tints of Salem #1C764F

Color information

#1C764F (or 0x1C764F) is unknown color: approx Salem. HEX triplet: 1C, 76 and 4F. RGB value is (28,118,79). Sum of RGB (Red+Green+Blue) = 28+118+79=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #1C764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C764F is #E389B0. Grayscale: #565656. Windows color (decimal): -14911921 or 5207580. OLE color: 5207580.

HSL color Cylindrical-coordinate representation of color #1C764F: hue angle of 154º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C764F is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB2811879-
CMYK0.7600.330.54
HSL154º61.64%28.63%-
HSV(B)154º76.27%46.27%-
XYZ8.3713.779.61-
YUV86.64123.6886.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=12.44%
G=52.44%
B=35.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28118790.7600.330.5415461.6428.63
Hex1C764F4C021369a3e1d
Octal34166117114041662327635
Binary1110011101101001111100110001000011101101001101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c764f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,118,79); }

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

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

 a { background-color: rgb(28,118,79); }

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

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

 span { border-color: rgb(28,118,79); }

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