#388C83

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

Shades of Lochinvar #388C83

Tints of Lochinvar #388C83

Color information

#388C83 (or 0x388C83) is unknown color: approx Lochinvar. HEX triplet: 38, 8C and 83. RGB value is (56,140,131). Sum of RGB (Red+Green+Blue) = 56+140+131=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #388C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388C83 is #C7737C. Grayscale: #717171. Windows color (decimal): -13071229 or 8621112. OLE color: 8621112.

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

Color convert

RGB56140131-
CMYK0.600.060.45
HSL173.57º42.86%38.43%-
HSV(B)173.57º60%54.9%-
XYZ15.1121.2424.78-
YUV113.86137.6786.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=17.13%
G=42.81%
B=40.06%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561401310.600.060.45173.5742.8638.43
Hex388C833C062Dae2b26
Octal702142037406552565346
Binary1110001000110010000011111100011010110110101110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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