#38897C

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

Shades of Lochinvar #38897C

Tints of Lochinvar #38897C

Color information

#38897C (or 0x38897C) is unknown color: approx Lochinvar. HEX triplet: 38, 89 and 7C. RGB value is (56,137,124). Sum of RGB (Red+Green+Blue) = 56+137+124=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #38897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38897C is #C77683. Grayscale: #6F6F6F. Windows color (decimal): -13072004 or 8161592. OLE color: 8161592.

HSL color Cylindrical-coordinate representation of color #38897C: hue angle of 170.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38897C is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB56137124-
CMYK0.5900.090.46
HSL170.37º41.97%37.84%-
HSV(B)170.37º59.12%53.73%-
XYZ14.2120.1922.22-
YUV111.3135.1688.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=17.67%
G=43.22%
B=39.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371240.5900.090.46170.3741.9737.84
Hex38897C3B092Eaa2a26
Octal7021117473011562525246
Binary1110001000100111111001110110100110111010101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38897C; }

 p { color: rgb(56,137,124); }

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

<style>
 a { background-color: #38897C; }

 a { background-color: rgb(56,137,124); }

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

<style>
 span { border-color: #38897C; }

 span { border-color: rgb(56,137,124); }

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