#387361

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

Shades of Genoa #387361

Tints of Genoa #387361

Color information

#387361 (or 0x387361) is unknown color: approx Genoa. HEX triplet: 38, 73 and 61. RGB value is (56,115,97). Sum of RGB (Red+Green+Blue) = 56+115+97=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #387361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387361 is #C78C9E. Grayscale: #5F5F5F. Windows color (decimal): -13077663 or 6386488. OLE color: 6386488.

HSL color Cylindrical-coordinate representation of color #387361: hue angle of 161.69º 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 #387361 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB5611597-
CMYK0.5100.160.55
HSL161.69º34.5%33.53%-
HSV(B)161.69º51.3%45.1%-
XYZ9.9213.9713.48-
YUV95.31128.9599.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=20.90%
G=42.91%
B=36.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115970.5100.160.55161.6934.533.53
Hex3873613301037a22322
Octal7016314163020672424342
Binary1110001110011110000111001101000011011110100010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387361; }

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

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

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

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

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

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

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

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