#42988C

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

Shades of Lochinvar #42988C

Tints of Lochinvar #42988C

Color information

#42988C (or 0x42988C) is unknown color: approx Lochinvar. HEX triplet: 42, 98 and 8C. RGB value is (66,152,140). Sum of RGB (Red+Green+Blue) = 66+152+140=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #42988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42988C is #BD6773. Grayscale: #7C7C7C. Windows color (decimal): -12412788 or 9214018. OLE color: 9214018.

HSL color Cylindrical-coordinate representation of color #42988C: hue angle of 171.63º 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 #42988C is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB66152140-
CMYK0.5700.080.40
HSL171.63º39.45%42.75%-
HSV(B)171.63º56.58%59.61%-
XYZ18.2125.5128.77-
YUV124.92136.5185.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=18.44%
G=42.46%
B=39.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521400.5700.080.40171.6339.4542.75
Hex42988C390828ac272b
Octal10223021471010502544753
Binary100001010011000100011001110010100010100010101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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