#386E6B

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

Shades of Genoa #386E6B

Tints of Genoa #386E6B

Color information

#386E6B (or 0x386E6B) is unknown color: approx Genoa. HEX triplet: 38, 6E and 6B. RGB value is (56,110,107). Sum of RGB (Red+Green+Blue) = 56+110+107=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #386E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E6B is #C79194. Grayscale: #5D5D5D. Windows color (decimal): -13078933 or 7040568. OLE color: 7040568.

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

Color convert

RGB56110107-
CMYK0.4900.030.57
HSL176.67º32.53%32.55%-
HSV(B)176.67º49.09%43.14%-
XYZ9.8613.0515.91-
YUV93.51135.61101.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=20.51%
G=40.29%
B=39.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal561101070.4900.030.57176.6732.5332.55
Hex386E6B310339b12121
Octal701561536103712614141
Binary1110001101110110101111000101111100110110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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