#386E61

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

Shades of Genoa #386E61

Tints of Genoa #386E61

Color information

#386E61 (or 0x386E61) is unknown color: approx Genoa. HEX triplet: 38, 6E and 61. RGB value is (56,110,97). Sum of RGB (Red+Green+Blue) = 56+110+97=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #386E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E61 is #C7919E. Grayscale: #5C5C5C. Windows color (decimal): -13078943 or 6385208. OLE color: 6385208.

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

Color convert

RGB5611097-
CMYK0.4900.120.57
HSL165.56º32.53%32.55%-
HSV(B)165.56º49.09%43.14%-
XYZ9.3612.8613.3-
YUV92.37130.61102.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=21.29%
G=41.83%
B=36.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110970.4900.120.57165.5632.5332.55
Hex386E61310C39a62121
Octal7015614161014712464141
Binary111000110111011000011100010110011100110100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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