#387C6D

Color #387C6D Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #387C6D

Tints of Genoa #387C6D

Color information

#387C6D (or 0x387C6D) is unknown color: approx Genoa. HEX triplet: 38, 7C and 6D. RGB value is (56,124,109). Sum of RGB (Red+Green+Blue) = 56+124+109=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6D is #C78392. Grayscale: #656565. Windows color (decimal): -13075347 or 7175224. OLE color: 7175224.

HSL color Cylindrical-coordinate representation of color #387C6D: hue angle of 166.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C6D is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB56124109-
CMYK0.5500.120.51
HSL166.76º37.78%35.29%-
HSV(B)166.76º54.84%48.63%-
XYZ11.616.3617.01-
YUV101.96131.9795.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=19.38%
G=42.91%
B=37.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241090.5500.120.51166.7637.7835.29
Hex387C6D370C33a72623
Octal7017415567014632474643
Binary111000111110011011011101110110011001110100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C6D; }

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

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

<style>
 a { background-color: #387C6D; }

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

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

<style>
 span { border-color: #387C6D; }

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

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