#387F6F

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

Shades of Genoa #387F6F

Tints of Genoa #387F6F

Color information

#387F6F (or 0x387F6F) is unknown color: approx Genoa. HEX triplet: 38, 7F and 6F. RGB value is (56,127,111). Sum of RGB (Red+Green+Blue) = 56+127+111=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #387F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F6F is #C78090. Grayscale: #676767. Windows color (decimal): -13074577 or 7307064. OLE color: 7307064.

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

Color convert

RGB56127111-
CMYK0.5600.130.50
HSL166.48º38.8%35.88%-
HSV(B)166.48º55.91%49.8%-
XYZ12.0917.1717.72-
YUV103.95131.9893.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=19.05%
G=43.20%
B=37.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561271110.5600.130.50166.4838.835.88
Hex387F6F380D32a62724
Octal7017715770015622464744
Binary111000111111111011111110000110111001010100110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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