#3C887E

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

Shades of Lochinvar #3C887E

Tints of Lochinvar #3C887E

Color information

#3C887E (or 0x3C887E) is unknown color: approx Lochinvar. HEX triplet: 3C, 88 and 7E. RGB value is (60,136,126). Sum of RGB (Red+Green+Blue) = 60+136+126=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #3C887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C887E is #C37781. Grayscale: #707070. Windows color (decimal): -12810114 or 8292412. OLE color: 8292412.

HSL color Cylindrical-coordinate representation of color #3C887E: hue angle of 172.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C887E is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB60136126-
CMYK0.5600.070.47
HSL172.11º38.78%38.43%-
HSV(B)172.11º55.88%53.33%-
XYZ14.4320.0822.85-
YUV112.14135.8290.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=18.63%
G=42.24%
B=39.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601361260.5600.070.47172.1138.7838.43
Hex3C887E38072Fac2726
Octal742101767007572544746
Binary111100100010001111110111000011110111110101100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,136,126); }

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

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

 a { background-color: rgb(60,136,126); }

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

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

 span { border-color: rgb(60,136,126); }

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