#387671

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

Shades of Genoa #387671

Tints of Genoa #387671

Color information

#387671 (or 0x387671) is unknown color: approx Genoa. HEX triplet: 38, 76 and 71. RGB value is (56,118,113). Sum of RGB (Red+Green+Blue) = 56+118+113=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #387671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387671 is #C7898E. Grayscale: #626262. Windows color (decimal): -13076879 or 7435832. OLE color: 7435832.

HSL color Cylindrical-coordinate representation of color #387671: hue angle of 175.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387671 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB56118113-
CMYK0.5300.040.54
HSL175.16º35.63%34.12%-
HSV(B)175.16º52.54%46.27%-
XYZ11.0914.9917.93-
YUV98.89135.9697.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=19.51%
G=41.11%
B=39.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181130.5300.040.54175.1635.6334.12
Hex387671350436af2422
Octal701661616504662574442
Binary11100011101101110001110101010011011010101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387671; }

 p { color: rgb(56,118,113); }

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

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

 a { background-color: rgb(56,118,113); }

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

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

 span { border-color: rgb(56,118,113); }

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