#3D9082

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

Shades of Lochinvar #3D9082

Tints of Lochinvar #3D9082

Color information

#3D9082 (or 0x3D9082) is unknown color: approx Lochinvar. HEX triplet: 3D, 90 and 82. RGB value is (61,144,130). Sum of RGB (Red+Green+Blue) = 61+144+130=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9082 is #C26F7D. Grayscale: #757575. Windows color (decimal): -12742526 or 8556605. OLE color: 8556605.

HSL color Cylindrical-coordinate representation of color #3D9082: hue angle of 169.88º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9082 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB61144130-
CMYK0.5800.100.44
HSL169.88º40.49%40.2%-
HSV(B)169.88º57.64%56.47%-
XYZ15.9322.5524.63-
YUV117.5913587.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=18.21%
G=42.99%
B=38.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611441300.5800.100.44169.8840.4940.2
Hex3D90823A0A2Caa2828
Octal7522020272012542525050
Binary11110110010000100000101110100101010110010101010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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