#438F7F

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

Shades of Lochinvar #438F7F

Tints of Lochinvar #438F7F

Color information

#438F7F (or 0x438F7F) is unknown color: approx Lochinvar. HEX triplet: 43, 8F and 7F. RGB value is (67,143,127). Sum of RGB (Red+Green+Blue) = 67+143+127=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #438F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F7F is #BC7080. Grayscale: #767676. Windows color (decimal): -12349569 or 8359747. OLE color: 8359747.

HSL color Cylindrical-coordinate representation of color #438F7F: hue angle of 167.37º 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 #438F7F is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB67143127-
CMYK0.5300.110.44
HSL167.37º36.19%41.18%-
HSV(B)167.37º53.15%56.08%-
XYZ15.9722.3723.56-
YUV118.45132.8291.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 127 (50% from 255) = 37.69%
R=19.88%
G=42.43%
B=37.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671431270.5300.110.44167.3736.1941.18
Hex438F7F350B2Ca72429
Octal10321717765013542474451
Binary10000111000111111111111101010101110110010100111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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