#387668

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

Shades of Genoa #387668

Tints of Genoa #387668

Color information

#387668 (or 0x387668) is unknown color: approx Genoa. HEX triplet: 38, 76 and 68. RGB value is (56,118,104). Sum of RGB (Red+Green+Blue) = 56+118+104=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #387668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387668 is #C78997. Grayscale: #616161. Windows color (decimal): -13076888 or 6846008. OLE color: 6846008.

HSL color Cylindrical-coordinate representation of color #387668: hue angle of 166.45º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387668 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB56118104-
CMYK0.5300.120.54
HSL166.45º35.63%34.12%-
HSV(B)166.45º52.54%46.27%-
XYZ10.6114.815.39-
YUV97.87131.4698.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=20.14%
G=42.45%
B=37.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181040.5300.120.54166.4535.6334.12
Hex387668350C36a62422
Octal7016615065014662464442
Binary111000111011011010001101010110011011010100110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387668; }

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

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

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

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

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

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

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

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