#386E64

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

Shades of Genoa #386E64

Tints of Genoa #386E64

Color information

#386E64 (or 0x386E64) is unknown color: approx Genoa. HEX triplet: 38, 6E and 64. RGB value is (56,110,100). Sum of RGB (Red+Green+Blue) = 56+110+100=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 110 - color contains mainly: green. Hex color #386E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E64 is #C7919B. Grayscale: #5C5C5C. Windows color (decimal): -13078940 or 6581816. OLE color: 6581816.

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

Color convert

RGB56110100-
CMYK0.4900.090.57
HSL168.89º32.53%32.55%-
HSV(B)168.89º49.09%43.14%-
XYZ9.5112.9114.05-
YUV92.71132.11101.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 110 (43.36% from 255) = 41.35%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=21.05%
G=41.35%
B=37.59%

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
Decimal561101000.4900.090.57168.8932.5332.55
Hex386E64310939a92121
Octal7015614461011712514141
Binary111000110111011001001100010100111100110101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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