#387C6F

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

Shades of Genoa #387C6F

Tints of Genoa #387C6F

Color information

#387C6F (or 0x387C6F) is unknown color: approx Genoa. HEX triplet: 38, 7C and 6F. RGB value is (56,124,111). Sum of RGB (Red+Green+Blue) = 56+124+111=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6F is #C78390. Grayscale: #666666. Windows color (decimal): -13075345 or 7306296. OLE color: 7306296.

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

Color convert

RGB56124111-
CMYK0.5500.100.51
HSL168.53º37.78%35.29%-
HSV(B)168.53º54.84%48.63%-
XYZ11.7116.417.59-
YUV102.19132.9795.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=19.24%
G=42.61%
B=38.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561241110.5500.100.51168.5337.7835.29
Hex387C6F370A33a92623
Octal7017415767012632514643
Binary111000111110011011111101110101011001110101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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