#39867F

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

Shades of Lochinvar #39867F

Tints of Lochinvar #39867F

Color information

#39867F (or 0x39867F) is unknown color: approx Lochinvar. HEX triplet: 39, 86 and 7F. RGB value is (57,134,127). Sum of RGB (Red+Green+Blue) = 57+134+127=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #39867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39867F is #C67980. Grayscale: #6E6E6E. Windows color (decimal): -13007233 or 8357433. OLE color: 8357433.

HSL color Cylindrical-coordinate representation of color #39867F: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39867F is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB57134127-
CMYK0.5700.050.47
HSL174.55º40.31%37.45%-
HSV(B)174.55º57.46%52.55%-
XYZ14.0419.4523.09-
YUV110.18137.4990.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 127 (50% from 255) = 39.94%
R=17.92%
G=42.14%
B=39.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571341270.5700.050.47174.5540.3137.45
Hex39867F39052Faf2825
Octal712061777105572575045
Binary111001100001101111111111001010110111110101111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39867F; }

 p { color: rgb(57,134,127); }

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

<style>
 a { background-color: #39867F; }

 a { background-color: rgb(57,134,127); }

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

<style>
 span { border-color: #39867F; }

 span { border-color: rgb(57,134,127); }

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