#386967

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

Shades of Genoa #386967

Tints of Genoa #386967

Color information

#386967 (or 0x386967) is unknown color: approx Genoa. HEX triplet: 38, 69 and 67. RGB value is (56,105,103). Sum of RGB (Red+Green+Blue) = 56+105+103=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #386967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386967 is #C79698. Grayscale: #5A5A5A. Windows color (decimal): -13080217 or 6777144. OLE color: 6777144.

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

Color convert

RGB56105103-
CMYK0.4700.020.59
HSL177.55º30.43%31.57%-
HSV(B)177.55º46.67%41.18%-
XYZ9.1311.9214.65-
YUV90.12135.27103.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=21.21%
G=39.77%
B=39.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal561051030.4700.020.59177.5530.4331.57
Hex3869672F023Bb21e20
Octal701511475702732623640
Binary111000110100111001111011110101110111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386967; }

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

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

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

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

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

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

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

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