#438f7b

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

Shades of Lochinvar #438F7B

Tints of Lochinvar #438F7B

Color information

#438F7B (or 0x438F7B) is unknown color: approx Lochinvar. HEX triplet: 43, 8F and 7B. RGB value is (67,143,123). Sum of RGB (Red+Green+Blue) = 67+143+123=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #438F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F7B is #BC7084. Grayscale: #757575. Windows color (decimal): -12349573 or 8097603. OLE color: 8097603.

HSL color Cylindrical-coordinate representation of color #438F7B: hue angle of 164.21º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F7B is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB67143123-
CMYK0.5300.140.44
HSL164.21º36.19%41.18%-
HSV(B)164.21º53.15%56.08%-
XYZ15.7122.2722.21-
YUV118130.8291.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=20.12%
G=42.94%
B=36.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671431230.5300.140.44164.2136.1941.18
Hex438F7B350E2Ca42429
Octal10321717365016542444451
Binary10000111000111111110111101010111010110010100100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,143,123); }

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

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

 a { background-color: rgb(67,143,123); }

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

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

 span { border-color: rgb(67,143,123); }

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