#3C8B7D

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

Shades of Lochinvar #3C8B7D

Tints of Lochinvar #3C8B7D

Color information

#3C8B7D (or 0x3C8B7D) is unknown color: approx Lochinvar. HEX triplet: 3C, 8B and 7D. RGB value is (60,139,125). Sum of RGB (Red+Green+Blue) = 60+139+125=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B7D is #C37482. Grayscale: #717171. Windows color (decimal): -12809347 or 8227644. OLE color: 8227644.

HSL color Cylindrical-coordinate representation of color #3C8B7D: hue angle of 169.37º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B7D is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB60139125-
CMYK0.5700.100.45
HSL169.37º39.7%39.02%-
HSV(B)169.37º56.83%54.51%-
XYZ14.820.9122.66-
YUV113.78134.3389.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 139 (54.69% from 255) = 42.90%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=18.52%
G=42.90%
B=38.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601391250.5700.100.45169.3739.739.02
Hex3C8B7D390A2Da92827
Octal7421317571012552515047
Binary1111001000101111111011110010101010110110101001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,139,125); }

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

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

 a { background-color: rgb(60,139,125); }

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

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

 span { border-color: rgb(60,139,125); }

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