#42988A

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

Shades of Lochinvar #42988A

Tints of Lochinvar #42988A

Color information

#42988A (or 0x42988A) is unknown color: approx Lochinvar. HEX triplet: 42, 98 and 8A. RGB value is (66,152,138). Sum of RGB (Red+Green+Blue) = 66+152+138=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #42988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42988A is #BD6775. Grayscale: #7C7C7C. Windows color (decimal): -12412790 or 9082946. OLE color: 9082946.

HSL color Cylindrical-coordinate representation of color #42988A: hue angle of 170.23º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42988A is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB66152138-
CMYK0.5700.090.40
HSL170.23º39.45%42.75%-
HSV(B)170.23º56.58%59.61%-
XYZ18.0625.4528.01-
YUV124.69135.5186.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=18.54%
G=42.70%
B=38.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521380.5700.090.40170.2339.4542.75
Hex42988A390928aa272b
Octal10223021271011502524753
Binary100001010011000100010101110010100110100010101010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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