#3C8C7D

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

Shades of Lochinvar #3C8C7D

Tints of Lochinvar #3C8C7D

Color information

#3C8C7D (or 0x3C8C7D) is unknown color: approx Lochinvar. HEX triplet: 3C, 8C and 7D. RGB value is (60,140,125). Sum of RGB (Red+Green+Blue) = 60+140+125=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8C7D is #C37382. Grayscale: #727272. Windows color (decimal): -12809091 or 8227900. OLE color: 8227900.

HSL color Cylindrical-coordinate representation of color #3C8C7D: hue angle of 168.75º 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 #3C8C7D is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB60140125-
CMYK0.5700.110.45
HSL168.75º40%39.22%-
HSV(B)168.75º57.14%54.9%-
XYZ14.9421.222.71-
YUV114.3713489.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=18.46%
G=43.08%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601401250.5700.110.45168.754039.22
Hex3C8C7D390B2Da92827
Octal7421417571013552515047
Binary1111001000110011111011110010101110110110101001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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