#3B927F

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

Shades of Lochinvar #3B927F

Tints of Lochinvar #3B927F

Color information

#3B927F (or 0x3B927F) is unknown color: approx Lochinvar. HEX triplet: 3B, 92 and 7F. RGB value is (59,146,127). Sum of RGB (Red+Green+Blue) = 59+146+127=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #3B927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B927F is #C46D80. Grayscale: #757575. Windows color (decimal): -12873089 or 8360507. OLE color: 8360507.

HSL color Cylindrical-coordinate representation of color #3B927F: hue angle of 166.9º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B927F is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB59146127-
CMYK0.6000.130.43
HSL166.9º42.44%40.2%-
HSV(B)166.9º59.59%57.25%-
XYZ15.9123.0223.68-
YUV117.82133.1886.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 127 (50% from 255) = 38.25%
R=17.77%
G=43.98%
B=38.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461270.6000.130.43166.942.4440.2
Hex3B927F3C0D2Ba72a28
Octal7322217774015532475250
Binary1110111001001011111111111000110110101110100111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,127); }

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

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

 a { background-color: rgb(59,146,127); }

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

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

 span { border-color: rgb(59,146,127); }

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