#3E9382

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

Shades of Lochinvar #3E9382

Tints of Lochinvar #3E9382

Color information

#3E9382 (or 0x3E9382) is unknown color: approx Lochinvar. HEX triplet: 3E, 93 and 82. RGB value is (62,147,130). Sum of RGB (Red+Green+Blue) = 62+147+130=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #3E9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9382 is #C16C7D. Grayscale: #777777. Windows color (decimal): -12676222 or 8557374. OLE color: 8557374.

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

Color convert

RGB62147130-
CMYK0.5800.120.42
HSL168º40.67%40.98%-
HSV(B)168º57.82%57.65%-
XYZ16.4523.524.79-
YUV119.65133.8486.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.29%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=18.29%
G=43.36%
B=38.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal621471300.5800.120.4216840.6740.98
Hex3E93823A0C2Aa82929
Octal7622320272014522505151
Binary11111010010011100000101110100110010101010101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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