#387D70

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

Shades of Genoa #387D70

Tints of Genoa #387D70

Color information

#387D70 (or 0x387D70) is unknown color: approx Genoa. HEX triplet: 38, 7D and 70. RGB value is (56,125,112). Sum of RGB (Red+Green+Blue) = 56+125+112=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #387D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D70 is #C7828F. Grayscale: #666666. Windows color (decimal): -13075088 or 7372088. OLE color: 7372088.

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

Color convert

RGB56125112-
CMYK0.5500.100.51
HSL168.7º38.12%35.49%-
HSV(B)168.7º55.2%49.02%-
XYZ11.8916.6817.92-
YUV102.89133.1494.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=19.11%
G=42.66%
B=38.23%

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
Decimal561251120.5500.100.51168.738.1235.49
Hex387D70370A33a92623
Octal7017516067012632514643
Binary111000111110111100001101110101011001110101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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