#438884

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

Shades of Lochinvar #438884

Tints of Lochinvar #438884

Color information

#438884 (or 0x438884) is unknown color: approx Lochinvar. HEX triplet: 43, 88 and 84. RGB value is (67,136,132). Sum of RGB (Red+Green+Blue) = 67+136+132=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #438884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438884 is #BC777B. Grayscale: #727272. Windows color (decimal): -12351356 or 8685635. OLE color: 8685635.

HSL color Cylindrical-coordinate representation of color #438884: hue angle of 176.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438884 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB67136132-
CMYK0.5100.030.47
HSL176.52º33.99%39.8%-
HSV(B)176.52º50.74%53.33%-
XYZ15.2820.4724.97-
YUV114.91137.6493.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=20%
G=40.60%
B=39.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361320.5100.030.47176.5233.9939.8
Hex43888433032Fb12228
Octal1032102046303572614250
Binary1000011100010001000010011001101110111110110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438884; }

 p { color: rgb(67,136,132); }

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

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

 a { background-color: rgb(67,136,132); }

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

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

 span { border-color: rgb(67,136,132); }

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