#388B82

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

Shades of Lochinvar #388B82

Tints of Lochinvar #388B82

Color information

#388B82 (or 0x388B82) is unknown color: approx Lochinvar. HEX triplet: 38, 8B and 82. RGB value is (56,139,130). Sum of RGB (Red+Green+Blue) = 56+139+130=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #388B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388B82 is #C7747D. Grayscale: #717171. Windows color (decimal): -13071486 or 8555320. OLE color: 8555320.

HSL color Cylindrical-coordinate representation of color #388B82: hue angle of 173.49º 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 #388B82 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB56139130-
CMYK0.6000.060.45
HSL173.49º42.56%38.24%-
HSV(B)173.49º59.71%54.51%-
XYZ14.8920.9224.37-
YUV113.16137.587.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 130 (51.17% from 255) = 40%
R=17.23%
G=42.77%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561391300.6000.060.45173.4942.5638.24
Hex388B823C062Dad2b26
Octal702132027406552555346
Binary1110001000101110000010111100011010110110101101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,130); }

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

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

 a { background-color: rgb(56,139,130); }

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

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

 span { border-color: rgb(56,139,130); }

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