#386E65

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

Shades of Genoa #386E65

Tints of Genoa #386E65

Color information

#386E65 (or 0x386E65) is unknown color: approx Genoa. HEX triplet: 38, 6E and 65. RGB value is (56,110,101). Sum of RGB (Red+Green+Blue) = 56+110+101=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #386E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E65 is #C7919A. Grayscale: #5C5C5C. Windows color (decimal): -13078939 or 6647352. OLE color: 6647352.

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

Color convert

RGB56110101-
CMYK0.4900.080.57
HSL170º32.53%32.55%-
HSV(B)170º49.09%43.14%-
XYZ9.5612.9314.3-
YUV92.83132.61101.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=20.97%
G=41.20%
B=37.83%

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
Decimal561101010.4900.080.5717032.5332.55
Hex386E65310839aa2121
Octal7015614561010712524141
Binary111000110111011001011100010100011100110101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,110,101); }

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

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

 a { background-color: rgb(56,110,101); }

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

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

 span { border-color: rgb(56,110,101); }

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