#3C907D

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

Shades of Lochinvar #3C907D

Tints of Lochinvar #3C907D

Color information

#3C907D (or 0x3C907D) is unknown color: approx Lochinvar. HEX triplet: 3C, 90 and 7D. RGB value is (60,144,125). Sum of RGB (Red+Green+Blue) = 60+144+125=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #3C907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C907D is #C36F82. Grayscale: #747474. Windows color (decimal): -12808067 or 8228924. OLE color: 8228924.

HSL color Cylindrical-coordinate representation of color #3C907D: hue angle of 166.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C907D is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB60144125-
CMYK0.5800.130.44
HSL166.43º41.18%40%-
HSV(B)166.43º58.33%56.47%-
XYZ15.5422.3922.9-
YUV116.72132.6787.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=18.24%
G=43.77%
B=37.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601441250.5800.130.44166.4341.1840
Hex3C907D3A0D2Ca62928
Octal7422017572015542465150
Binary1111001001000011111011110100110110110010100110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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