#387564

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

Shades of Genoa #387564

Tints of Genoa #387564

Color information

#387564 (or 0x387564) is unknown color: approx Genoa. HEX triplet: 38, 75 and 64. RGB value is (56,117,100). Sum of RGB (Red+Green+Blue) = 56+117+100=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #387564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387564 is #C78A9B. Grayscale: #606060. Windows color (decimal): -13077148 or 6583608. OLE color: 6583608.

HSL color Cylindrical-coordinate representation of color #387564: hue angle of 163.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387564 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB56117100-
CMYK0.5200.150.54
HSL163.28º35.26%33.92%-
HSV(B)163.28º52.14%45.88%-
XYZ10.2914.4814.31-
YUV96.82129.7998.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=20.51%
G=42.86%
B=36.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561171000.5200.150.54163.2835.2633.92
Hex387564340F36a32322
Octal7016514464017662434342
Binary111000111010111001001101000111111011010100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387564; }

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

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

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

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

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

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

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

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