#386863

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

Shades of Genoa #386863

Tints of Genoa #386863

Color information

#386863 (or 0x386863) is unknown color: approx Genoa. HEX triplet: 38, 68 and 63. RGB value is (56,104,99). Sum of RGB (Red+Green+Blue) = 56+104+99=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #386863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386863 is #C7979C. Grayscale: #595959. Windows color (decimal): -13080477 or 6514744. OLE color: 6514744.

HSL color Cylindrical-coordinate representation of color #386863: hue angle of 173.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386863 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB5610499-
CMYK0.4600.050.59
HSL173.75º30%31.37%-
HSV(B)173.75º46.15%40.78%-
XYZ8.8311.6413.59-
YUV89.08133.6104.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=21.62%
G=40.15%
B=38.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104990.4600.050.59173.753031.37
Hex3868632E053Bae1e1f
Octal701501435605732563637
Binary111000110100011000111011100101111011101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386863; }

 p { color: rgb(56,104,99); }

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

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

 a { background-color: rgb(56,104,99); }

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

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

 span { border-color: rgb(56,104,99); }

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