#3C9079

Color #3C9079 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #3C9079

Tints of Lochinvar #3C9079

Color information

#3C9079 (or 0x3C9079) is unknown color: approx Lochinvar. HEX triplet: 3C, 90 and 79. RGB value is (60,144,121). Sum of RGB (Red+Green+Blue) = 60+144+121=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9079 is #C36F86. Grayscale: #747474. Windows color (decimal): -12808071 or 7966780. OLE color: 7966780.

HSL color Cylindrical-coordinate representation of color #3C9079: hue angle of 163.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C9079 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB60144121-
CMYK0.5800.160.44
HSL163.57º41.18%40%-
HSV(B)163.57º58.33%56.47%-
XYZ15.2922.2921.59-
YUV116.26130.6787.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=18.46%
G=44.31%
B=37.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601441210.5800.160.44163.5741.1840
Hex3C90793A0102Ca42928
Octal7422017172020542445150
Binary11110010010000111100111101001000010110010100100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C9079; }

 p { color: rgb(60,144,121); }

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

<style>
 a { background-color: #3C9079; }

 a { background-color: rgb(60,144,121); }

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

<style>
 span { border-color: #3C9079; }

 span { border-color: rgb(60,144,121); }

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