#3C917A

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

Shades of Lochinvar #3C917A

Tints of Lochinvar #3C917A

Color information

#3C917A (or 0x3C917A) is unknown color: approx Lochinvar. HEX triplet: 3C, 91 and 7A. RGB value is (60,145,122). Sum of RGB (Red+Green+Blue) = 60+145+122=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #3C917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C917A is #C36E85. Grayscale: #747474. Windows color (decimal): -12807814 or 8032572. OLE color: 8032572.

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

Color convert

RGB60145122-
CMYK0.5900.160.43
HSL163.76º41.46%40.2%-
HSV(B)163.76º58.62%56.86%-
XYZ15.522.6221.96-
YUV116.96130.8487.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.35%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=18.35%
G=44.34%
B=37.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451220.5900.160.43163.7641.4640.2
Hex3C917A3B0102Ba42928
Octal7422117273020532445150
Binary11110010010001111101011101101000010101110100100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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