#387062

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

Shades of Genoa #387062

Tints of Genoa #387062

Color information

#387062 (or 0x387062) is unknown color: approx Genoa. HEX triplet: 38, 70 and 62. RGB value is (56,112,98). Sum of RGB (Red+Green+Blue) = 56+112+98=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #387062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387062 is #C78F9D. Grayscale: #5D5D5D. Windows color (decimal): -13078430 or 6451256. OLE color: 6451256.

HSL color Cylindrical-coordinate representation of color #387062: hue angle of 165º 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 #387062 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB5611298-
CMYK0.5000.130.56
HSL165º33.33%32.94%-
HSV(B)165º50%43.92%-
XYZ9.6313.3113.62-
YUV93.66130.45101.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112980.5000.130.5616533.3332.94
Hex387062320D38a52121
Octal7016014262015702454141
Binary111000111000011000101100100110111100010100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387062; }

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

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

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

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

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

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

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

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