#387E76

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

Shades of Genoa #387E76

Tints of Genoa #387E76

Color information

#387E76 (or 0x387E76) is unknown color: approx Genoa. HEX triplet: 38, 7E and 76. RGB value is (56,126,118). Sum of RGB (Red+Green+Blue) = 56+126+118=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #387E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E76 is #C78189. Grayscale: #686868. Windows color (decimal): -13074826 or 7765560. OLE color: 7765560.

HSL color Cylindrical-coordinate representation of color #387E76: hue angle of 173.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E76 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB56126118-
CMYK0.5600.060.51
HSL173.14º38.46%35.69%-
HSV(B)173.14º55.56%49.41%-
XYZ12.3617.0719.78-
YUV104.16135.8193.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=18.67%
G=42%
B=39.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261180.5600.060.51173.1438.4635.69
Hex387E76380633ad2624
Octal701761667006632554644
Binary11100011111101110110111000011011001110101101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387E76; }

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

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

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

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

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

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

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

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