#3D9383

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

Shades of Lochinvar #3D9383

Tints of Lochinvar #3D9383

Color information

#3D9383 (or 0x3D9383) is unknown color: approx Lochinvar. HEX triplet: 3D, 93 and 83. RGB value is (61,147,131). Sum of RGB (Red+Green+Blue) = 61+147+131=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9383 is #C26C7C. Grayscale: #777777. Windows color (decimal): -12741757 or 8622909. OLE color: 8622909.

HSL color Cylindrical-coordinate representation of color #3D9383: hue angle of 168.84º 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 #3D9383 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB61147131-
CMYK0.5900.110.42
HSL168.84º41.35%40.78%-
HSV(B)168.84º58.5%57.65%-
XYZ16.4523.525.14-
YUV119.46134.5186.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.99%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=17.99%
G=43.36%
B=38.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471310.5900.110.42168.8441.3540.78
Hex3D93833B0B2Aa92929
Octal7522320373013522515151
Binary11110110010011100000111110110101110101010101001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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