#3B8D84

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

Shades of Lochinvar #3B8D84

Tints of Lochinvar #3B8D84

Color information

#3B8D84 (or 0x3B8D84) is unknown color: approx Lochinvar. HEX triplet: 3B, 8D and 84. RGB value is (59,141,132). Sum of RGB (Red+Green+Blue) = 59+141+132=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8D84 is #C4727B. Grayscale: #737373. Windows color (decimal): -12874364 or 8686907. OLE color: 8686907.

HSL color Cylindrical-coordinate representation of color #3B8D84: hue angle of 173.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8D84 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB59141132-
CMYK0.5800.060.45
HSL173.41º41%39.22%-
HSV(B)173.41º58.16%55.29%-
XYZ15.4921.6525.19-
YUV115.46137.3387.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.77%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=17.77%
G=42.47%
B=39.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591411320.5800.060.45173.414139.22
Hex3B8D843A062Dad2927
Octal732152047206552555147
Binary1110111000110110000100111010011010110110101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,141,132); }

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

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

 a { background-color: rgb(59,141,132); }

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

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

 span { border-color: rgb(59,141,132); }

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