#387362

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

Shades of Genoa #387362

Tints of Genoa #387362

Color information

#387362 (or 0x387362) is unknown color: approx Genoa. HEX triplet: 38, 73 and 62. RGB value is (56,115,98). Sum of RGB (Red+Green+Blue) = 56+115+98=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #387362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387362 is #C78C9D. Grayscale: #5F5F5F. Windows color (decimal): -13077662 or 6452024. OLE color: 6452024.

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

Color convert

RGB5611598-
CMYK0.5100.150.55
HSL162.71º34.5%33.53%-
HSV(B)162.71º51.3%45.1%-
XYZ9.9713.9813.73-
YUV95.42129.4599.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=20.82%
G=42.75%
B=36.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115980.5100.150.55162.7134.533.53
Hex387362330F37a32322
Octal7016314263017672434342
Binary111000111001111000101100110111111011110100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387362; }

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

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

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

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

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

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

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

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