#387368

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

Shades of Genoa #387368

Tints of Genoa #387368

Color information

#387368 (or 0x387368) is unknown color: approx Genoa. HEX triplet: 38, 73 and 68. RGB value is (56,115,104). Sum of RGB (Red+Green+Blue) = 56+115+104=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #387368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387368 is #C78C97. Grayscale: #606060. Windows color (decimal): -13077656 or 6845240. OLE color: 6845240.

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

Color convert

RGB56115104-
CMYK0.5100.100.55
HSL168.81º34.5%33.53%-
HSV(B)168.81º51.3%45.1%-
XYZ10.2614.115.28-
YUV96.1132.4599.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=20.36%
G=41.82%
B=37.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151040.5100.100.55168.8134.533.53
Hex387368330A37a92322
Octal7016315063012672514342
Binary111000111001111010001100110101011011110101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387368; }

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

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

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

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

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

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

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

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