#387869

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

Shades of Genoa #387869

Tints of Genoa #387869

Color information

#387869 (or 0x387869) is unknown color: approx Genoa. HEX triplet: 38, 78 and 69. RGB value is (56,120,105). Sum of RGB (Red+Green+Blue) = 56+120+105=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #387869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387869 is #C78796. Grayscale: #636363. Windows color (decimal): -13076375 or 6912056. OLE color: 6912056.

HSL color Cylindrical-coordinate representation of color #387869: hue angle of 165.94º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387869 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB56120105-
CMYK0.5300.130.53
HSL165.94º36.36%34.51%-
HSV(B)165.94º53.33%47.06%-
XYZ10.915.2915.74-
YUV99.15131.397.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=19.93%
G=42.70%
B=37.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561201050.5300.130.53165.9436.3634.51
Hex387869350D35a62423
Octal7017015165015652464443
Binary111000111100011010011101010110111010110100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387869; }

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

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

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

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

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

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

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

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