#39907C

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

Shades of Lochinvar #39907C

Tints of Lochinvar #39907C

Color information

#39907C (or 0x39907C) is unknown color: approx Lochinvar. HEX triplet: 39, 90 and 7C. RGB value is (57,144,124). Sum of RGB (Red+Green+Blue) = 57+144+124=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #39907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39907C is #C66F83. Grayscale: #737373. Windows color (decimal): -13004676 or 8163385. OLE color: 8163385.

HSL color Cylindrical-coordinate representation of color #39907C: hue angle of 166.21º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39907C is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB57144124-
CMYK0.6000.140.44
HSL166.21º43.28%39.41%-
HSV(B)166.21º60.42%56.47%-
XYZ15.322.2722.56-
YUV115.71132.6886.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=17.54%
G=44.31%
B=38.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441240.6000.140.44166.2143.2839.41
Hex39907C3C0E2Ca62b27
Octal7122017474016542465347
Binary1110011001000011111001111000111010110010100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39907C; }

 p { color: rgb(57,144,124); }

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

<style>
 a { background-color: #39907C; }

 a { background-color: rgb(57,144,124); }

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

<style>
 span { border-color: #39907C; }

 span { border-color: rgb(57,144,124); }

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