#438A7A

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

Shades of Lochinvar #438A7A

Tints of Lochinvar #438A7A

Color information

#438A7A (or 0x438A7A) is unknown color: approx Lochinvar. HEX triplet: 43, 8A and 7A. RGB value is (67,138,122). Sum of RGB (Red+Green+Blue) = 67+138+122=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #438A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A7A is #BC7585. Grayscale: #727272. Windows color (decimal): -12350854 or 8030787. OLE color: 8030787.

HSL color Cylindrical-coordinate representation of color #438A7A: hue angle of 166.48º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A7A is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB67138122-
CMYK0.5100.120.46
HSL166.48º34.63%40.2%-
HSV(B)166.48º51.45%54.12%-
XYZ14.9220.7821.64-
YUV114.95131.9893.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.49%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=20.49%
G=42.20%
B=37.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671381220.5100.120.46166.4834.6340.2
Hex438A7A330C2Ea62328
Octal10321217263014562464350
Binary10000111000101011110101100110110010111010100110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438A7A; }

 p { color: rgb(67,138,122); }

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

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

 a { background-color: rgb(67,138,122); }

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

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

 span { border-color: rgb(67,138,122); }

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