#388378

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

Shades of Genoa #388378

Tints of Genoa #388378

Color information

#388378 (or 0x388378) is unknown color: approx Genoa. HEX triplet: 38, 83 and 78. RGB value is (56,131,120). Sum of RGB (Red+Green+Blue) = 56+131+120=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #388378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388378 is #C77C87. Grayscale: #6B6B6B. Windows color (decimal): -13073544 or 7897912. OLE color: 7897912.

HSL color Cylindrical-coordinate representation of color #388378: hue angle of 171.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388378 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB56131120-
CMYK0.5700.080.49
HSL171.2º40.11%36.67%-
HSV(B)171.2º57.25%51.37%-
XYZ13.1418.4320.63-
YUV107.32135.1591.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=18.24%
G=42.67%
B=39.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561311200.5700.080.49171.240.1136.67
Hex388378390831ab2825
Octal7020317071010612535045
Binary1110001000001111110001110010100011000110101011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388378; }

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

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

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

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

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

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

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

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