#388F7A

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

Shades of Lochinvar #388F7A

Tints of Lochinvar #388F7A

Color information

#388F7A (or 0x388F7A) is unknown color: approx Lochinvar. HEX triplet: 38, 8F and 7A. RGB value is (56,143,122). Sum of RGB (Red+Green+Blue) = 56+143+122=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #388F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F7A is #C77085. Grayscale: #727272. Windows color (decimal): -13070470 or 8032056. OLE color: 8032056.

HSL color Cylindrical-coordinate representation of color #388F7A: hue angle of 165.52º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F7A is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB56143122-
CMYK0.6100.150.44
HSL165.52º43.72%39.02%-
HSV(B)165.52º60.84%56.08%-
XYZ14.9721.8921.85-
YUV114.59132.1886.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=17.45%
G=44.55%
B=38.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561431220.6100.150.44165.5243.7239.02
Hex388F7A3D0F2Ca62c27
Octal7021717275017542465447
Binary1110001000111111110101111010111110110010100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388F7A; }

 p { color: rgb(56,143,122); }

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

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

 a { background-color: rgb(56,143,122); }

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

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

 span { border-color: rgb(56,143,122); }

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