#386F62

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

Shades of Genoa #386F62

Tints of Genoa #386F62

Color information

#386F62 (or 0x386F62) is unknown color: approx Genoa. HEX triplet: 38, 6F and 62. RGB value is (56,111,98). Sum of RGB (Red+Green+Blue) = 56+111+98=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #386F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F62 is #C7909D. Grayscale: #5D5D5D. Windows color (decimal): -13078686 or 6451000. OLE color: 6451000.

HSL color Cylindrical-coordinate representation of color #386F62: hue angle of 165.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F62 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB5611198-
CMYK0.5000.120.56
HSL165.82º32.93%32.75%-
HSV(B)165.82º49.55%43.53%-
XYZ9.5213.0913.58-
YUV93.07130.78101.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=21.13%
G=41.89%
B=36.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111980.5000.120.56165.8232.9332.75
Hex386F62320C38a62121
Octal7015714262014702464141
Binary111000110111111000101100100110011100010100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,98); }

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

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

 a { background-color: rgb(56,111,98); }

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

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

 span { border-color: rgb(56,111,98); }

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