#386964

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

Shades of Genoa #386964

Tints of Genoa #386964

Color information

#386964 (or 0x386964) is unknown color: approx Genoa. HEX triplet: 38, 69 and 64. RGB value is (56,105,100). Sum of RGB (Red+Green+Blue) = 56+105+100=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #386964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386964 is #C7969B. Grayscale: #595959. Windows color (decimal): -13080220 or 6580536. OLE color: 6580536.

HSL color Cylindrical-coordinate representation of color #386964: hue angle of 173.88º 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 #386964 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB56105100-
CMYK0.4700.050.59
HSL173.88º30.43%31.57%-
HSV(B)173.88º46.67%41.18%-
XYZ8.9811.8613.87-
YUV89.78133.77103.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=21.46%
G=40.23%
B=38.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal561051000.4700.050.59173.8830.4331.57
Hex3869642F053Bae1e20
Octal701511445705732563640
Binary1110001101001110010010111101011110111010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386964; }

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

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

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

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

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

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

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

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