#3A9083

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

Shades of Lochinvar #3A9083

Tints of Lochinvar #3A9083

Color information

#3A9083 (or 0x3A9083) is unknown color: approx Lochinvar. HEX triplet: 3A, 90 and 83. RGB value is (58,144,131). Sum of RGB (Red+Green+Blue) = 58+144+131=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9083 is #C56F7C. Grayscale: #747474. Windows color (decimal): -12939133 or 8622138. OLE color: 8622138.

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

Color convert

RGB58144131-
CMYK0.6000.090.44
HSL170.93º42.57%39.61%-
HSV(B)170.93º59.72%56.47%-
XYZ15.8122.4824.98-
YUV116.8136.0186.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=17.42%
G=43.24%
B=39.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581441310.6000.090.44170.9342.5739.61
Hex3A90833C092Cab2b28
Octal7222020374011542535350
Binary11101010010000100000111111000100110110010101011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,144,131); }

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

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

 a { background-color: rgb(58,144,131); }

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

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

 span { border-color: rgb(58,144,131); }

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