#388178

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

Shades of Genoa #388178

Tints of Genoa #388178

Color information

#388178 (or 0x388178) is unknown color: approx Genoa. HEX triplet: 38, 81 and 78. RGB value is (56,129,120). Sum of RGB (Red+Green+Blue) = 56+129+120=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #388178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388178 is #C77E87. Grayscale: #6A6A6A. Windows color (decimal): -13074056 or 7897400. OLE color: 7897400.

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

Color convert

RGB56129120-
CMYK0.5700.070.49
HSL172.6º39.46%36.27%-
HSV(B)172.6º56.59%50.59%-
XYZ12.8717.920.55-
YUV106.15135.8292.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=18.36%
G=42.30%
B=39.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291200.5700.070.49172.639.4636.27
Hex388178390731ad2724
Octal702011707107612554744
Binary111000100000011111000111001011111000110101101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388178; }

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

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

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

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

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

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

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

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