#39887B

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

Shades of Lochinvar #39887B

Tints of Lochinvar #39887B

Color information

#39887B (or 0x39887B) is unknown color: approx Lochinvar. HEX triplet: 39, 88 and 7B. RGB value is (57,136,123). Sum of RGB (Red+Green+Blue) = 57+136+123=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #39887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39887B is #C67784. Grayscale: #6E6E6E. Windows color (decimal): -13006725 or 8095801. OLE color: 8095801.

HSL color Cylindrical-coordinate representation of color #39887B: hue angle of 170.13º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39887B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB57136123-
CMYK0.5800.100.47
HSL170.13º40.93%37.84%-
HSV(B)170.13º58.09%53.33%-
XYZ14.0719.9121.84-
YUV110.9134.8389.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=18.04%
G=43.04%
B=38.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361230.5800.100.47170.1340.9337.84
Hex39887B3A0A2Faa2926
Octal7121017372012572525146
Binary1110011000100011110111110100101010111110101010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39887B; }

 p { color: rgb(57,136,123); }

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

<style>
 a { background-color: #39887B; }

 a { background-color: rgb(57,136,123); }

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

<style>
 span { border-color: #39887B; }

 span { border-color: rgb(57,136,123); }

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