#438883

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

Shades of Lochinvar #438883

Tints of Lochinvar #438883

Color information

#438883 (or 0x438883) is unknown color: approx Lochinvar. HEX triplet: 43, 88 and 83. RGB value is (67,136,131). Sum of RGB (Red+Green+Blue) = 67+136+131=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #438883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438883 is #BC777C. Grayscale: #727272. Windows color (decimal): -12351357 or 8620099. OLE color: 8620099.

HSL color Cylindrical-coordinate representation of color #438883: hue angle of 175.65º 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 #438883 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB67136131-
CMYK0.5100.040.47
HSL175.65º33.99%39.8%-
HSV(B)175.65º50.74%53.33%-
XYZ15.2220.4424.62-
YUV114.8137.1493.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=20.06%
G=40.72%
B=39.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361310.5100.040.47175.6533.9939.8
Hex43888333042Fb02228
Octal1032102036304572604250
Binary10000111000100010000011110011010010111110110000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438883; }

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

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

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

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

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

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

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

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