#42938A

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

Shades of Lochinvar #42938A

Tints of Lochinvar #42938A

Color information

#42938A (or 0x42938A) is unknown color: approx Lochinvar. HEX triplet: 42, 93 and 8A. RGB value is (66,147,138). Sum of RGB (Red+Green+Blue) = 66+147+138=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #42938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938A is #BD6C75. Grayscale: #797979. Windows color (decimal): -12414070 or 9081666. OLE color: 9081666.

HSL color Cylindrical-coordinate representation of color #42938A: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42938A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB66147138-
CMYK0.5500.060.42
HSL173.33º38.03%41.76%-
HSV(B)173.33º55.1%57.65%-
XYZ17.2723.8627.74-
YUV121.76137.1688.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=18.80%
G=41.88%
B=39.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471380.5500.060.42173.3338.0341.76
Hex42938A37062Aad262a
Octal1022232126706522554652
Binary10000101001001110001010110111011010101010101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42938A; }

 p { color: rgb(66,147,138); }

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

<style>
 a { background-color: #42938A; }

 a { background-color: rgb(66,147,138); }

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

<style>
 span { border-color: #42938A; }

 span { border-color: rgb(66,147,138); }

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