#387C72

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

Shades of Genoa #387C72

Tints of Genoa #387C72

Color information

#387C72 (or 0x387C72) is unknown color: approx Genoa. HEX triplet: 38, 7C and 72. RGB value is (56,124,114). Sum of RGB (Red+Green+Blue) = 56+124+114=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #387C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C72 is #C7838D. Grayscale: #666666. Windows color (decimal): -13075342 or 7502904. OLE color: 7502904.

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

Color convert

RGB56124114-
CMYK0.5500.080.51
HSL171.18º37.78%35.29%-
HSV(B)171.18º54.84%48.63%-
XYZ11.8816.4718.47-
YUV102.53134.4794.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=19.05%
G=42.18%
B=38.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241140.5500.080.51171.1837.7835.29
Hex387C72370833ab2623
Octal7017416267010632534643
Binary111000111110011100101101110100011001110101011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,114); }

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

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

 a { background-color: rgb(56,124,114); }

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

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

 span { border-color: rgb(56,124,114); }

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