#386D63

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

Shades of Genoa #386D63

Tints of Genoa #386D63

Color information

#386D63 (or 0x386D63) is unknown color: approx Genoa. HEX triplet: 38, 6D and 63. RGB value is (56,109,99). Sum of RGB (Red+Green+Blue) = 56+109+99=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #386D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D63 is #C7929C. Grayscale: #5C5C5C. Windows color (decimal): -13079197 or 6516024. OLE color: 6516024.

HSL color Cylindrical-coordinate representation of color #386D63: hue angle of 168.68º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D63 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB5610999-
CMYK0.4900.090.57
HSL168.68º32.12%32.35%-
HSV(B)168.68º48.62%42.75%-
XYZ9.3512.6813.76-
YUV92.01131.94102.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=21.21%
G=41.29%
B=37.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56109990.4900.090.57168.6832.1232.35
Hex386D63310939a92020
Octal7015514361011712514040
Binary111000110110111000111100010100111100110101001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386D63; }

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

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

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

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

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

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

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

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