#387669

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

Shades of Genoa #387669

Tints of Genoa #387669

Color information

#387669 (or 0x387669) is unknown color: approx Genoa. HEX triplet: 38, 76 and 69. RGB value is (56,118,105). Sum of RGB (Red+Green+Blue) = 56+118+105=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #387669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387669 is #C78996. Grayscale: #616161. Windows color (decimal): -13076887 or 6911544. OLE color: 6911544.

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

Color convert

RGB56118105-
CMYK0.5300.110.54
HSL167.42º35.63%34.12%-
HSV(B)167.42º52.54%46.27%-
XYZ10.6614.8215.66-
YUV97.98131.9698.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 105 (41.41% from 255) = 37.63%
R=20.07%
G=42.29%
B=37.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181050.5300.110.54167.4235.6334.12
Hex387669350B36a72422
Octal7016615165013662474442
Binary111000111011011010011101010101111011010100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387669; }

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

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

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

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

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

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

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

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