#3D9382

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

Shades of Lochinvar #3D9382

Tints of Lochinvar #3D9382

Color information

#3D9382 (or 0x3D9382) is unknown color: approx Lochinvar. HEX triplet: 3D, 93 and 82. RGB value is (61,147,130). Sum of RGB (Red+Green+Blue) = 61+147+130=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9382 is #C26C7D. Grayscale: #777777. Windows color (decimal): -12741758 or 8557373. OLE color: 8557373.

HSL color Cylindrical-coordinate representation of color #3D9382: hue angle of 168.14º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9382 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB61147130-
CMYK0.5900.120.42
HSL168.14º41.35%40.78%-
HSV(B)168.14º58.5%57.65%-
XYZ16.3923.4724.79-
YUV119.35134.0186.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=18.05%
G=43.49%
B=38.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471300.5900.120.42168.1441.3540.78
Hex3D93823B0C2Aa82929
Octal7522320273014522505151
Binary11110110010011100000101110110110010101010101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,130); }

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

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

 a { background-color: rgb(61,147,130); }

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

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

 span { border-color: rgb(61,147,130); }

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