#387163

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

Shades of Genoa #387163

Tints of Genoa #387163

Color information

#387163 (or 0x387163) is unknown color: approx Genoa. HEX triplet: 38, 71 and 63. RGB value is (56,113,99). Sum of RGB (Red+Green+Blue) = 56+113+99=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #387163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387163 is #C78E9C. Grayscale: #5E5E5E. Windows color (decimal): -13078173 or 6517048. OLE color: 6517048.

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

Color convert

RGB5611399-
CMYK0.5000.120.56
HSL165.26º33.73%33.14%-
HSV(B)165.26º50.44%44.31%-
XYZ9.7913.5513.9-
YUV94.36130.62100.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=20.90%
G=42.16%
B=36.94%

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
Decimal56113990.5000.120.56165.2633.7333.14
Hex387163320C38a52221
Octal7016114362014702454241
Binary111000111000111000111100100110011100010100101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387163; }

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

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

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

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

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

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

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

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