#387D6C

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

Shades of Genoa #387D6C

Tints of Genoa #387D6C

Color information

#387D6C (or 0x387D6C) is unknown color: approx Genoa. HEX triplet: 38, 7D and 6C. RGB value is (56,125,108). Sum of RGB (Red+Green+Blue) = 56+125+108=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #387D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D6C is #C78293. Grayscale: #666666. Windows color (decimal): -13075092 or 7109944. OLE color: 7109944.

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

Color convert

RGB56125108-
CMYK0.5500.140.51
HSL165.22º38.12%35.49%-
HSV(B)165.22º55.2%49.02%-
XYZ11.6716.5916.77-
YUV102.43131.1494.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=19.38%
G=43.25%
B=37.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561251080.5500.140.51165.2238.1235.49
Hex387D6C370E33a52623
Octal7017515467016632454643
Binary111000111110111011001101110111011001110100101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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