#3C857F

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

Shades of Lochinvar #3C857F

Tints of Lochinvar #3C857F

Color information

#3C857F (or 0x3C857F) is unknown color: approx Lochinvar. HEX triplet: 3C, 85 and 7F. RGB value is (60,133,127). Sum of RGB (Red+Green+Blue) = 60+133+127=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #3C857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C857F is #C37A80. Grayscale: #6E6E6E. Windows color (decimal): -12810881 or 8357180. OLE color: 8357180.

HSL color Cylindrical-coordinate representation of color #3C857F: hue angle of 175.07º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C857F is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB60133127-
CMYK0.5500.050.48
HSL175.07º37.82%37.84%-
HSV(B)175.07º54.89%52.16%-
XYZ14.0819.2723.06-
YUV110.49137.3291.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 127 (50% from 255) = 39.69%
R=18.75%
G=41.56%
B=39.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331270.5500.050.48175.0737.8237.84
Hex3C857F370530af2626
Octal742051776705602574646
Binary111100100001011111111110111010111000010101111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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