#387F76

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

Shades of Genoa #387F76

Tints of Genoa #387F76

Color information

#387F76 (or 0x387F76) is unknown color: approx Genoa. HEX triplet: 38, 7F and 76. RGB value is (56,127,118). Sum of RGB (Red+Green+Blue) = 56+127+118=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #387F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F76 is #C78089. Grayscale: #686868. Windows color (decimal): -13074570 or 7765816. OLE color: 7765816.

HSL color Cylindrical-coordinate representation of color #387F76: hue angle of 172.39º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F76 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB56127118-
CMYK0.5600.070.50
HSL172.39º38.8%35.88%-
HSV(B)172.39º55.91%49.8%-
XYZ12.4917.3319.83-
YUV104.74135.4893.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=18.60%
G=42.19%
B=39.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561271180.5600.070.50172.3938.835.88
Hex387F76380732ac2724
Octal701771667007622544744
Binary11100011111111110110111000011111001010101100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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