#387766

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

Shades of Genoa #387766

Tints of Genoa #387766

Color information

#387766 (or 0x387766) is unknown color: approx Genoa. HEX triplet: 38, 77 and 66. RGB value is (56,119,102). Sum of RGB (Red+Green+Blue) = 56+119+102=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #387766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387766 is #C78899. Grayscale: #626262. Windows color (decimal): -13076634 or 6715192. OLE color: 6715192.

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

Color convert

RGB56119102-
CMYK0.5300.140.53
HSL163.81º36%34.31%-
HSV(B)163.81º52.94%46.67%-
XYZ10.6314.9914.9-
YUV98.22130.1397.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 102 (40.23% from 255) = 36.82%
R=20.22%
G=42.96%
B=36.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561191020.5300.140.53163.813634.31
Hex387766350E35a42422
Octal7016714665016652444442
Binary111000111011111001101101010111011010110100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387766; }

 p { color: rgb(56,119,102); }

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

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

 a { background-color: rgb(56,119,102); }

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

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

 span { border-color: rgb(56,119,102); }

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