#387469

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

Shades of Genoa #387469

Tints of Genoa #387469

Color information

#387469 (or 0x387469) is unknown color: approx Genoa. HEX triplet: 38, 74 and 69. RGB value is (56,116,105). Sum of RGB (Red+Green+Blue) = 56+116+105=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #387469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387469 is #C78B96. Grayscale: #606060. Windows color (decimal): -13077399 or 6911032. OLE color: 6911032.

HSL color Cylindrical-coordinate representation of color #387469: hue angle of 169º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387469 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB56116105-
CMYK0.5200.090.55
HSL169º34.88%33.73%-
HSV(B)169º51.72%45.49%-
XYZ10.4314.3515.59-
YUV96.81132.6298.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=20.22%
G=41.88%
B=37.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561161050.5200.090.5516934.8833.73
Hex387469340937a92322
Octal7016415164011672514342
Binary111000111010011010011101000100111011110101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387469; }

 p { color: rgb(56,116,105); }

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

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

 a { background-color: rgb(56,116,105); }

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

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

 span { border-color: rgb(56,116,105); }

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