#386861

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

Shades of Genoa #386861

Tints of Genoa #386861

Color information

#386861 (or 0x386861) is unknown color: approx Genoa. HEX triplet: 38, 68 and 61. RGB value is (56,104,97). Sum of RGB (Red+Green+Blue) = 56+104+97=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #386861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386861 is #C7979E. Grayscale: #585858. Windows color (decimal): -13080479 or 6383672. OLE color: 6383672.

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

Color convert

RGB5610497-
CMYK0.4600.070.59
HSL171.25º30%31.37%-
HSV(B)171.25º46.15%40.78%-
XYZ8.7411.613.09-
YUV88.85132.6104.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=21.79%
G=40.47%
B=37.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104970.4600.070.59171.253031.37
Hex3868612E073Bab1e1f
Octal701501415607732533637
Binary111000110100011000011011100111111011101010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386861; }

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

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

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

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

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

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

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

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