#3C897A

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

Shades of Lochinvar #3C897A

Tints of Lochinvar #3C897A

Color information

#3C897A (or 0x3C897A) is unknown color: approx Lochinvar. HEX triplet: 3C, 89 and 7A. RGB value is (60,137,122). Sum of RGB (Red+Green+Blue) = 60+137+122=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #3C897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C897A is #C37685. Grayscale: #707070. Windows color (decimal): -12809862 or 8030524. OLE color: 8030524.

HSL color Cylindrical-coordinate representation of color #3C897A: hue angle of 168.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C897A is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB60137122-
CMYK0.5600.110.46
HSL168.31º39.09%38.63%-
HSV(B)168.31º56.2%53.73%-
XYZ14.3220.2621.57-
YUV112.27133.4990.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=18.81%
G=42.95%
B=38.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601371220.5600.110.46168.3139.0938.63
Hex3C897A380B2Ea82727
Octal7421117270013562504747
Binary1111001000100111110101110000101110111010101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,137,122); }

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

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

 a { background-color: rgb(60,137,122); }

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

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

 span { border-color: rgb(60,137,122); }

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