#387064

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

Shades of Genoa #387064

Tints of Genoa #387064

Color information

#387064 (or 0x387064) is unknown color: approx Genoa. HEX triplet: 38, 70 and 64. RGB value is (56,112,100). Sum of RGB (Red+Green+Blue) = 56+112+100=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #387064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387064 is #C78F9B. Grayscale: #5D5D5D. Windows color (decimal): -13078428 or 6582328. OLE color: 6582328.

HSL color Cylindrical-coordinate representation of color #387064: hue angle of 167.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387064 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB56112100-
CMYK0.5000.110.56
HSL167.14º33.33%32.94%-
HSV(B)167.14º50%43.92%-
XYZ9.7313.3514.12-
YUV93.89131.45100.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=20.90%
G=41.79%
B=37.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561121000.5000.110.56167.1433.3332.94
Hex387064320B38a72121
Octal7016014462013702474141
Binary111000111000011001001100100101111100010100111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387064; }

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

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

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

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

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

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

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

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