#388C80

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

Shades of Lochinvar #388C80

Tints of Lochinvar #388C80

Color information

#388C80 (or 0x388C80) is unknown color: approx Lochinvar. HEX triplet: 38, 8C and 80. RGB value is (56,140,128). Sum of RGB (Red+Green+Blue) = 56+140+128=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #388C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C80 is #C7737F. Grayscale: #717171. Windows color (decimal): -13071232 or 8424504. OLE color: 8424504.

HSL color Cylindrical-coordinate representation of color #388C80: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C80 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB56140128-
CMYK0.600.090.45
HSL171.43º42.86%38.43%-
HSV(B)171.43º60%54.9%-
XYZ14.9121.1623.72-
YUV113.52136.1786.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=17.28%
G=43.21%
B=39.51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401280.600.090.45171.4342.8638.43
Hex388C803C092Dab2b26
Octal7021420074011552535346
Binary11100010001100100000001111000100110110110101011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,128); }

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

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

 a { background-color: rgb(56,140,128); }

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

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

 span { border-color: rgb(56,140,128); }

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