#386762

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

Shades of Genoa #386762

Tints of Genoa #386762

Color information

#386762 (or 0x386762) is unknown color: approx Genoa. HEX triplet: 38, 67 and 62. RGB value is (56,103,98). Sum of RGB (Red+Green+Blue) = 56+103+98=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #386762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386762 is #C7989D. Grayscale: #585858. Windows color (decimal): -13080734 or 6448952. OLE color: 6448952.

HSL color Cylindrical-coordinate representation of color #386762: hue angle of 173.62º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386762 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB5610398-
CMYK0.4600.050.60
HSL173.62º29.56%31.18%-
HSV(B)173.62º45.63%40.39%-
XYZ8.6911.4213.3-
YUV88.38133.43104.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=21.79%
G=40.08%
B=38.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103980.4600.050.60173.6229.5631.18
Hex3867622E053Cae1e1f
Octal701471425605742563637
Binary111000110011111000101011100101111100101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386762; }

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

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

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

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

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

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

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

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