#3c887f

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

Shades of Lochinvar #3C887F

Tints of Lochinvar #3C887F

Color information

#3C887F (or 0x3C887F) is unknown color: approx Lochinvar. HEX triplet: 3C, 88 and 7F. RGB value is (60,136,127). Sum of RGB (Red+Green+Blue) = 60+136+127=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #3C887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C887F is #C37780. Grayscale: #707070. Windows color (decimal): -12810113 or 8357948. OLE color: 8357948.

HSL color Cylindrical-coordinate representation of color #3C887F: hue angle of 172.89º 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 #3C887F is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB60136127-
CMYK0.5600.070.47
HSL172.89º38.78%38.43%-
HSV(B)172.89º55.88%53.33%-
XYZ14.520.123.19-
YUV112.25136.3290.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 127 (50% from 255) = 39.32%
R=18.58%
G=42.11%
B=39.32%

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
Decimal601361270.5600.070.47172.8938.7838.43
Hex3C887F38072Fad2726
Octal742101777007572554746
Binary111100100010001111111111000011110111110101101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c887f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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