#387E70

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

Shades of Genoa #387E70

Tints of Genoa #387E70

Color information

#387E70 (or 0x387E70) is unknown color: approx Genoa. HEX triplet: 38, 7E and 70. RGB value is (56,126,112). Sum of RGB (Red+Green+Blue) = 56+126+112=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #387E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E70 is #C7818F. Grayscale: #676767. Windows color (decimal): -13074832 or 7372344. OLE color: 7372344.

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

Color convert

RGB56126112-
CMYK0.5600.110.51
HSL168º38.46%35.69%-
HSV(B)168º55.56%49.41%-
XYZ12.0216.9317.96-
YUV103.47132.8194.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=19.05%
G=42.86%
B=38.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561261120.5600.110.5116838.4635.69
Hex387E70380B33a82624
Octal7017616070013632504644
Binary111000111111011100001110000101111001110101000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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