#386A64

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

Shades of Genoa #386A64

Tints of Genoa #386A64

Color information

#386A64 (or 0x386A64) is unknown color: approx Genoa. HEX triplet: 38, 6A and 64. RGB value is (56,106,100). Sum of RGB (Red+Green+Blue) = 56+106+100=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #386A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A64 is #C7959B. Grayscale: #5A5A5A. Windows color (decimal): -13079964 or 6580792. OLE color: 6580792.

HSL color Cylindrical-coordinate representation of color #386A64: hue angle of 172.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A64 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB56106100-
CMYK0.4700.060.58
HSL172.8º30.86%31.76%-
HSV(B)172.8º47.17%41.57%-
XYZ9.0912.0713.91-
YUV90.37133.44103.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=21.37%
G=40.46%
B=38.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal561061000.4700.060.58172.830.8631.76
Hex386A642F063Aad1f20
Octal701521445706722553740
Binary1110001101010110010010111101101110101010110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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