#3B917B

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

Shades of Lochinvar #3B917B

Tints of Lochinvar #3B917B

Color information

#3B917B (or 0x3B917B) is unknown color: approx Lochinvar. HEX triplet: 3B, 91 and 7B. RGB value is (59,145,123). Sum of RGB (Red+Green+Blue) = 59+145+123=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #3B917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B917B is #C46E84. Grayscale: #747474. Windows color (decimal): -12873349 or 8098107. OLE color: 8098107.

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

Color convert

RGB59145123-
CMYK0.5900.150.43
HSL164.65º42.16%40%-
HSV(B)164.65º59.31%56.86%-
XYZ15.522.6122.29-
YUV116.78131.5186.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=18.04%
G=44.34%
B=37.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451230.5900.150.43164.6542.1640
Hex3B917B3B0F2Ba52a28
Octal7322117373017532455250
Binary1110111001000111110111110110111110101110100101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,145,123); }

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

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

 a { background-color: rgb(59,145,123); }

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

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

 span { border-color: rgb(59,145,123); }

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