#387872

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

Shades of Genoa #387872

Tints of Genoa #387872

Color information

#387872 (or 0x387872) is unknown color: approx Genoa. HEX triplet: 38, 78 and 72. RGB value is (56,120,114). Sum of RGB (Red+Green+Blue) = 56+120+114=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #387872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387872 is #C7878D. Grayscale: #646464. Windows color (decimal): -13076366 or 7501880. OLE color: 7501880.

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

Color convert

RGB56120114-
CMYK0.5300.050.53
HSL174.38º36.36%34.51%-
HSV(B)174.38º53.33%47.06%-
XYZ11.3815.4918.31-
YUV100.18135.896.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 114 (44.92% from 255) = 39.31%
R=19.31%
G=41.38%
B=39.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561201140.5300.050.53174.3836.3634.51
Hex387872350535ae2423
Octal701701626505652564443
Binary11100011110001110010110101010111010110101110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387872; }

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

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

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

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

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

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

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

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