#387164

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

Shades of Genoa #387164

Tints of Genoa #387164

Color information

#387164 (or 0x387164) is unknown color: approx Genoa. HEX triplet: 38, 71 and 64. RGB value is (56,113,100). Sum of RGB (Red+Green+Blue) = 56+113+100=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #387164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387164 is #C78E9B. Grayscale: #5E5E5E. Windows color (decimal): -13078172 or 6582584. OLE color: 6582584.

HSL color Cylindrical-coordinate representation of color #387164: hue angle of 166.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387164 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB56113100-
CMYK0.5000.120.56
HSL166.32º33.73%33.14%-
HSV(B)166.32º50.44%44.31%-
XYZ9.8413.5714.16-
YUV94.48131.12100.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=20.82%
G=42.01%
B=37.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561131000.5000.120.56166.3233.7333.14
Hex387164320C38a62221
Octal7016114462014702464241
Binary111000111000111001001100100110011100010100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387164; }

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

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

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

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

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

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

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

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