#388578

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

Shades of Genoa #388578

Tints of Genoa #388578

Color information

#388578 (or 0x388578) is unknown color: approx Genoa. HEX triplet: 38, 85 and 78. RGB value is (56,133,120). Sum of RGB (Red+Green+Blue) = 56+133+120=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #388578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388578 is #C77A87. Grayscale: #6C6C6C. Windows color (decimal): -13073032 or 7898424. OLE color: 7898424.

HSL color Cylindrical-coordinate representation of color #388578: hue angle of 169.87º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388578 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB56133120-
CMYK0.5800.100.48
HSL169.87º40.74%37.06%-
HSV(B)169.87º57.89%52.16%-
XYZ13.4118.9720.72-
YUV108.5134.4990.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=18.12%
G=43.04%
B=38.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331200.5800.100.48169.8740.7437.06
Hex3885783A0A30aa2925
Octal7020517072012602525145
Binary1110001000010111110001110100101011000010101010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388578; }

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

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

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

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

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

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

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

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