#386D64

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

Shades of Genoa #386D64

Tints of Genoa #386D64

Color information

#386D64 (or 0x386D64) is unknown color: approx Genoa. HEX triplet: 38, 6D and 64. RGB value is (56,109,100). Sum of RGB (Red+Green+Blue) = 56+109+100=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #386D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D64 is #C7929B. Grayscale: #5C5C5C. Windows color (decimal): -13079196 or 6581560. OLE color: 6581560.

HSL color Cylindrical-coordinate representation of color #386D64: hue angle of 169.81º 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 #386D64 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB56109100-
CMYK0.4900.080.57
HSL169.81º32.12%32.35%-
HSV(B)169.81º48.62%42.75%-
XYZ9.412.714.01-
YUV92.13132.44102.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=21.13%
G=41.13%
B=37.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal561091000.4900.080.57169.8132.1232.35
Hex386D64310839aa2020
Octal7015514461010712524040
Binary111000110110111001001100010100011100110101010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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