#387E78

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

Shades of Genoa #387E78

Tints of Genoa #387E78

Color information

#387E78 (or 0x387E78) is unknown color: approx Genoa. HEX triplet: 38, 7E and 78. RGB value is (56,126,120). Sum of RGB (Red+Green+Blue) = 56+126+120=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #387E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E78 is #C78187. Grayscale: #686868. Windows color (decimal): -13074824 or 7896632. OLE color: 7896632.

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

Color convert

RGB56126120-
CMYK0.5600.050.51
HSL174.86º38.46%35.69%-
HSV(B)174.86º55.56%49.41%-
XYZ12.4817.1220.42-
YUV104.39136.8193.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 126 (49.61% from 255) = 41.72%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=18.54%
G=41.72%
B=39.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261200.5600.050.51174.8638.4635.69
Hex387E78380533af2624
Octal701761707005632574644
Binary11100011111101111000111000010111001110101111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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