#387C6C

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

Shades of Genoa #387C6C

Tints of Genoa #387C6C

Color information

#387C6C (or 0x387C6C) is unknown color: approx Genoa. HEX triplet: 38, 7C and 6C. RGB value is (56,124,108). Sum of RGB (Red+Green+Blue) = 56+124+108=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6C is #C78393. Grayscale: #656565. Windows color (decimal): -13075348 or 7109688. OLE color: 7109688.

HSL color Cylindrical-coordinate representation of color #387C6C: hue angle of 165.88º 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 #387C6C is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB56124108-
CMYK0.5500.130.51
HSL165.88º37.78%35.29%-
HSV(B)165.88º54.84%48.63%-
XYZ11.5516.3416.73-
YUV101.84131.4795.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=19.44%
G=43.06%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241080.5500.130.51165.8837.7835.29
Hex387C6C370D33a62623
Octal7017415467015632464643
Binary111000111110011011001101110110111001110100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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