#387665

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

Shades of Genoa #387665

Tints of Genoa #387665

Color information

#387665 (or 0x387665) is unknown color: approx Genoa. HEX triplet: 38, 76 and 65. RGB value is (56,118,101). Sum of RGB (Red+Green+Blue) = 56+118+101=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #387665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387665 is #C7899A. Grayscale: #616161. Windows color (decimal): -13076891 or 6649400. OLE color: 6649400.

HSL color Cylindrical-coordinate representation of color #387665: hue angle of 163.55º 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 #387665 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB56118101-
CMYK0.5300.140.54
HSL163.55º35.63%34.12%-
HSV(B)163.55º52.54%46.27%-
XYZ10.4614.7414.61-
YUV97.52129.9698.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=20.36%
G=42.91%
B=36.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181010.5300.140.54163.5535.6334.12
Hex387665350E36a42422
Octal7016614565016662444442
Binary111000111011011001011101010111011011010100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387665; }

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

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

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

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

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

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

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

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