#387E74

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

Shades of Genoa #387E74

Tints of Genoa #387E74

Color information

#387E74 (or 0x387E74) is unknown color: approx Genoa. HEX triplet: 38, 7E and 74. RGB value is (56,126,116). Sum of RGB (Red+Green+Blue) = 56+126+116=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #387E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E74 is #C7818B. Grayscale: #676767. Windows color (decimal): -13074828 or 7634488. OLE color: 7634488.

HSL color Cylindrical-coordinate representation of color #387E74: hue angle of 171.43º 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 #387E74 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB56126116-
CMYK0.5600.080.51
HSL171.43º38.46%35.69%-
HSV(B)171.43º55.56%49.41%-
XYZ12.2417.0219.16-
YUV103.93134.8193.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=18.79%
G=42.28%
B=38.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261160.5600.080.51171.4338.4635.69
Hex387E74380833ab2624
Octal7017616470010632534644
Binary111000111111011101001110000100011001110101011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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